diff options
| author | Richard M. Stallman | 1996-10-12 23:54:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-10-12 23:54:53 +0000 |
| commit | ae1cc0311c2441df6518cf88c84bad2fbd8f087f (patch) | |
| tree | e6fded504a37945c840bc7dfbf8ec6bb0a7b52b1 /lisp | |
| parent | e462e42fc2fdd00c0ac2d4afeed76270bfe41c42 (diff) | |
| download | emacs-ae1cc0311c2441df6518cf88c84bad2fbd8f087f.tar.gz emacs-ae1cc0311c2441df6518cf88c84bad2fbd8f087f.zip | |
(define-function): Define as alias for defalias.
Diffstat (limited to 'lisp')
| -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." | |||
| 415 | (defalias 'buffer-flush-undo 'buffer-disable-undo) | 415 | (defalias 'buffer-flush-undo 'buffer-disable-undo) |
| 416 | (defalias 'eval-current-buffer 'eval-buffer) | 416 | (defalias 'eval-current-buffer 'eval-buffer) |
| 417 | (defalias 'compiled-function-p 'byte-code-function-p) | 417 | (defalias 'compiled-function-p 'byte-code-function-p) |
| 418 | (defalias 'define-function 'defalias) | ||
| 418 | 419 | ||
| 419 | ;; Some programs still use this as a function. | 420 | ;; Some programs still use this as a function. |
| 420 | (defun baud-rate () | 421 | (defun baud-rate () |