From ae1cc0311c2441df6518cf88c84bad2fbd8f087f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 12 Oct 1996 23:54:53 +0000 Subject: [PATCH] (define-function): Define as alias for defalias. --- lisp/subr.el | 1 + 1 file changed, 1 insertion(+) 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 () -- 2.39.5