summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-10-12 23:54:12 +0000
committerRichard M. Stallman <rms@gnu.org>1996-10-12 23:54:12 +0000
commitb4ed0f0b9a43bcdd5c1f25ab032524fd4a210bca (patch)
tree45cba0f48fd9c3d06fe34402017145fbb0611d46
parent40d3a902107a7f5d0e18c6ba6508e8157e8b3db0 (diff)
downloademacs-b4ed0f0b9a43bcdd5c1f25ab032524fd4a210bca.tar.gz
(define-function): Mark it as obsolete.
-rw-r--r--lisp/emacs-lisp/bytecomp.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index a36ecceadc7..4373e81405a 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -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)