From: Richard M. Stallman Date: Sat, 12 Oct 1996 23:54:53 +0000 (+0000) Subject: (define-function): Define as alias for defalias. X-Git-Tag: emacs-20.1~3507 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae1cc0311c2441df6518cf88c84bad2fbd8f087f;p=emacs.git (define-function): Define as alias for defalias. --- 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 ()