aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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 @@
10 10
11;;; This version incorporates changes up to version 2.10 of the 11;;; This version incorporates changes up to version 2.10 of the
12;;; Zawinski-Furuseth compiler. 12;;; Zawinski-Furuseth compiler.
13(defconst byte-compile-version "$Revision: 2.20 $") 13(defconst byte-compile-version "$Revision: 2.21 $")
14 14
15;; This file is part of GNU Emacs. 15;; This file is part of GNU Emacs.
16 16
@@ -3339,6 +3339,7 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'."
3339(make-obsolete 'buffer-flush-undo 'buffer-disable-undo) 3339(make-obsolete 'buffer-flush-undo 'buffer-disable-undo)
3340(make-obsolete 'baud-rate "use the baud-rate variable instead") 3340(make-obsolete 'baud-rate "use the baud-rate variable instead")
3341(make-obsolete 'compiled-function-p 'byte-code-function-p) 3341(make-obsolete 'compiled-function-p 'byte-code-function-p)
3342(make-obsolete 'define-function 'defalias)
3342(make-obsolete-variable 'auto-fill-hook 'auto-fill-function) 3343(make-obsolete-variable 'auto-fill-hook 'auto-fill-function)
3343(make-obsolete-variable 'blink-paren-hook 'blink-paren-function) 3344(make-obsolete-variable 'blink-paren-hook 'blink-paren-function)
3344(make-obsolete-variable 'lisp-indent-hook 'lisp-indent-function) 3345(make-obsolete-variable 'lisp-indent-hook 'lisp-indent-function)