aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1996-10-12 23:54:53 +0000
committerRichard M. Stallman1996-10-12 23:54:53 +0000
commitae1cc0311c2441df6518cf88c84bad2fbd8f087f (patch)
treee6fded504a37945c840bc7dfbf8ec6bb0a7b52b1 /lisp
parente462e42fc2fdd00c0ac2d4afeed76270bfe41c42 (diff)
downloademacs-ae1cc0311c2441df6518cf88c84bad2fbd8f087f.tar.gz
emacs-ae1cc0311c2441df6518cf88c84bad2fbd8f087f.zip
(define-function): Define as alias for defalias.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/subr.el1
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 ()