diff options
| -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 @@ | |||
| 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 |