1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-09 07:40:39 -08:00

(exec-to-string): New alias.

This commit is contained in:
Richard M. Stallman 1996-09-26 07:48:03 +00:00
parent 2a631db1ae
commit 6b4268b0b1

View file

@ -135,6 +135,8 @@ bottom of the buffer stack."
(defalias 'find-face 'internal-find-face)
(defalias 'get-face 'internal-get-face)
(defalias 'try-face-font 'internal-try-face-font)
(defalias 'exec-to-string 'shell-command-to-string)
(defun make-extent (beg end &optional buffer)
(make-overlay beg end buffer))