Mercurial > emacs
changeset 1604:25173c1db5a6
* bytecomp.el: Declare unread-command-char an obsolete variable.
* bytecomp.el: (require 'backquote).
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Mon, 16 Nov 1992 01:21:50 +0000 |
parents | 3e621a2a9cfe |
children | fbce36b9547f |
files | lisp/emacs-lisp/bytecomp.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el Mon Nov 16 01:20:29 1992 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Mon Nov 16 01:21:50 1992 +0000 @@ -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 @@ '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)