# HG changeset patch # User Richard M. Stallman # Date 845164452 0 # Node ID f9111672176725b13ca715d59d25bab93c3e248a # Parent e46fcec4629d3615634aa663f8c9fcc292ee01d6 (define-function): Mark it as obsolete. diff -r e46fcec4629d -r f91116721767 lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Sat Oct 12 23:52:30 1996 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Sat Oct 12 23:54:12 1996 +0000 @@ -10,7 +10,7 @@ ;;; This version incorporates changes up to version 2.10 of the ;;; Zawinski-Furuseth compiler. -(defconst byte-compile-version "$Revision: 2.20 $") +(defconst byte-compile-version "$Revision: 2.21 $") ;; This file is part of GNU Emacs. @@ -3339,6 +3339,7 @@ (make-obsolete 'buffer-flush-undo 'buffer-disable-undo) (make-obsolete 'baud-rate "use the baud-rate variable instead") (make-obsolete 'compiled-function-p 'byte-code-function-p) +(make-obsolete 'define-function 'defalias) (make-obsolete-variable 'auto-fill-hook 'auto-fill-function) (make-obsolete-variable 'blink-paren-hook 'blink-paren-function) (make-obsolete-variable 'lisp-indent-hook 'lisp-indent-function)