diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-10-12 23:54:53 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-10-12 23:54:53 +0000 |
commit | d845e8569278e9a6bfb2fe32f40a1c382f632b08 (patch) | |
tree | 21100d911825bf1e9d73a4610beb80bd631f8bb4 /lisp/subr.el | |
parent | 6b9c2a769bad591970beb9f27e19d78d7ca5e9f9 (diff) | |
download | emacs-d845e8569278e9a6bfb2fe32f40a1c382f632b08.tar.gz |
(define-function): Define as alias for defalias.
Diffstat (limited to 'lisp/subr.el')
-rw-r--r-- | lisp/subr.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index fdb5b757b6d..83cc198040d 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -415,6 +415,7 @@ as returned by the `event-start' and `event-end' functions." (defalias 'buffer-flush-undo 'buffer-disable-undo) (defalias 'eval-current-buffer 'eval-buffer) (defalias 'compiled-function-p 'byte-code-function-p) +(defalias 'define-function 'defalias) ;; Some programs still use this as a function. (defun baud-rate () |