aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-11-18 18:42:34 +0000
committerRichard M. Stallman1998-11-18 18:42:34 +0000
commit3d6a1ce0344e2e09c15e343e8b4d8bb56c92cc4e (patch)
tree8a8a559e4fd5c534a972704fab27473644dc1375
parentff83dbb19aae8549e8ef4a417869e8d46f884a43 (diff)
downloademacs-3d6a1ce0344e2e09c15e343e8b4d8bb56c92cc4e.tar.gz
emacs-3d6a1ce0344e2e09c15e343e8b4d8bb56c92cc4e.zip
(temp-buffer-show-hook): This is not obsolete.
-rw-r--r--lisp/emacs-lisp/bytecomp.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 7bb196a1a28..6cbd5109c9c 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -9,7 +9,7 @@
9 9
10;;; This version incorporates changes up to version 2.10 of the 10;;; This version incorporates changes up to version 2.10 of the
11;;; Zawinski-Furuseth compiler. 11;;; Zawinski-Furuseth compiler.
12(defconst byte-compile-version "$Revision: 2.52 $") 12(defconst byte-compile-version "$Revision: 2.53 $")
13 13
14;; This file is part of GNU Emacs. 14;; This file is part of GNU Emacs.
15 15
@@ -3477,8 +3477,6 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'."
3477(make-obsolete-variable 'auto-fill-hook 'auto-fill-function) 3477(make-obsolete-variable 'auto-fill-hook 'auto-fill-function)
3478(make-obsolete-variable 'blink-paren-hook 'blink-paren-function) 3478(make-obsolete-variable 'blink-paren-hook 'blink-paren-function)
3479(make-obsolete-variable 'lisp-indent-hook 'lisp-indent-function) 3479(make-obsolete-variable 'lisp-indent-hook 'lisp-indent-function)
3480(make-obsolete-variable 'temp-buffer-show-hook
3481 'temp-buffer-show-function)
3482(make-obsolete-variable 'inhibit-local-variables 3480(make-obsolete-variable 'inhibit-local-variables
3483 "use enable-local-variables (with the reversed sense).") 3481 "use enable-local-variables (with the reversed sense).")
3484(make-obsolete-variable 'unread-command-char 3482(make-obsolete-variable 'unread-command-char