mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* bytecomp.el: Declare unread-command-char an obsolete variable.
* bytecomp.el: (require 'backquote).
This commit is contained in:
parent
2495e5f477
commit
79d52eea3e
1 changed files with 4 additions and 0 deletions
|
|
@ -152,6 +152,8 @@
|
|||
;;; buffer, and that buffer is modified, you are asked whether you want
|
||||
;;; to save the buffer before compiling.
|
||||
|
||||
(require 'backquote)
|
||||
|
||||
(or (fboundp 'defsubst)
|
||||
;; This really ought to be loaded already!
|
||||
(load-library "byte-run"))
|
||||
|
|
@ -2972,6 +2974,8 @@ For example, invoke \"emacs -batch -f batch-byte-compile $emacs/ ~/*.el\""
|
|||
'temp-buffer-show-function)
|
||||
(make-obsolete-variable 'inhibit-local-variables
|
||||
"use enable-local-variables (with the reversed sense.)")
|
||||
(make-obsolete-variable 'unread-command-char
|
||||
"use unread-command-event; now nil means `no event', instead of -1.")
|
||||
|
||||
(provide 'byte-compile)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue