diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-11-18 18:42:34 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-11-18 18:42:34 +0000 |
commit | 3d6a1ce0344e2e09c15e343e8b4d8bb56c92cc4e (patch) | |
tree | 8a8a559e4fd5c534a972704fab27473644dc1375 /lisp/emacs-lisp/bytecomp.el | |
parent | ff83dbb19aae8549e8ef4a417869e8d46f884a43 (diff) | |
download | emacs-3d6a1ce0344e2e09c15e343e8b4d8bb56c92cc4e.tar.gz |
(temp-buffer-show-hook): This is not obsolete.
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 4 |
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 @@ ;;; This version incorporates changes up to version 2.10 of the ;;; Zawinski-Furuseth compiler. -(defconst byte-compile-version "$Revision: 2.52 $") +(defconst byte-compile-version "$Revision: 2.53 $") ;; This file is part of GNU Emacs. @@ -3477,8 +3477,6 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'." (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) -(make-obsolete-variable 'temp-buffer-show-hook - 'temp-buffer-show-function) (make-obsolete-variable 'inhibit-local-variables "use enable-local-variables (with the reversed sense).") (make-obsolete-variable 'unread-command-char |