1
Fork 0
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:
Jim Blandy 1992-11-16 01:21:50 +00:00
parent 2495e5f477
commit 79d52eea3e

View file

@ -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)