diff options
| -rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index ac6093a4660..e5b429604c7 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el | |||
| @@ -4055,27 +4055,6 @@ For example, invoke `emacs -batch -f batch-byte-recompile-directory .'." | |||
| 4055 | (setq command-line-args-left (cdr command-line-args-left))) | 4055 | (setq command-line-args-left (cdr command-line-args-left))) |
| 4056 | (kill-emacs 0)) | 4056 | (kill-emacs 0)) |
| 4057 | 4057 | ||
| 4058 | |||
| 4059 | (make-obsolete-variable 'auto-fill-hook 'auto-fill-function "before 19.15") | ||
| 4060 | (make-obsolete-variable 'blink-paren-hook 'blink-paren-function "before 19.15") | ||
| 4061 | (make-obsolete-variable 'lisp-indent-hook 'lisp-indent-function "before 19.15") | ||
| 4062 | (make-obsolete-variable 'inhibit-local-variables | ||
| 4063 | "use enable-local-variables (with the reversed sense)." | ||
| 4064 | "before 19.15") | ||
| 4065 | (make-obsolete-variable 'unread-command-event | ||
| 4066 | "use unread-command-events; which is a list of events rather than a single event." | ||
| 4067 | "before 19.15") | ||
| 4068 | (make-obsolete-variable 'suspend-hooks 'suspend-hook "before 19.15") | ||
| 4069 | (make-obsolete-variable 'comment-indent-hook 'comment-indent-function "before 19.15") | ||
| 4070 | (make-obsolete-variable 'meta-flag "use the set-input-mode function instead." "before 19.34") | ||
| 4071 | (make-obsolete-variable 'before-change-function | ||
| 4072 | "use before-change-functions; which is a list of functions rather than a single function." | ||
| 4073 | "before 19.34") | ||
| 4074 | (make-obsolete-variable 'after-change-function | ||
| 4075 | "use after-change-functions; which is a list of functions rather than a single function." | ||
| 4076 | "before 19.34") | ||
| 4077 | (make-obsolete-variable 'font-lock-doc-string-face 'font-lock-string-face "before 19.34") | ||
| 4078 | |||
| 4079 | (provide 'byte-compile) | 4058 | (provide 'byte-compile) |
| 4080 | (provide 'bytecomp) | 4059 | (provide 'bytecomp) |
| 4081 | 4060 | ||