]> git.eshelyaron.com Git - emacs.git/commitdiff
(define-function): Define as alias for defalias.
authorRichard M. Stallman <rms@gnu.org>
Sat, 12 Oct 1996 23:54:53 +0000 (23:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 12 Oct 1996 23:54:53 +0000 (23:54 +0000)
lisp/subr.el

index fdb5b757b6d2981c63e04a36ad9e21648e9de5ad..83cc198040d9d52e2e88767cb91877fde37f58c0 100644 (file)
@@ -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 ()