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:
parent
2a631db1ae
commit
6b4268b0b1
1 changed files with 2 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue