Mercurial > emacs
changeset 16340:14b661a07c1f
(exec-to-string): New alias.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 26 Sep 1996 07:48:03 +0000 |
parents | abcd50093b4e |
children | d7c001f4e79f |
files | lisp/emacs-lisp/lucid.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lucid.el Thu Sep 26 03:48:10 1996 +0000 +++ b/lisp/emacs-lisp/lucid.el Thu Sep 26 07:48:03 1996 +0000 @@ -135,6 +135,8 @@ (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))