]> git.eshelyaron.com Git - emacs.git/commitdiff
(define-function): Mark it as obsolete.
authorRichard M. Stallman <rms@gnu.org>
Sat, 12 Oct 1996 23:54:12 +0000 (23:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 12 Oct 1996 23:54:12 +0000 (23:54 +0000)
lisp/emacs-lisp/bytecomp.el

index a36ecceadc7c3a1c76a3934b97c39aedbfb23ec8..4373e81405acebc15ab53e63e3351a3f7db93f97 100644 (file)
@@ -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 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'."
 (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)