# HG changeset patch # User Jim Blandy # Date 721876910 0 # Node ID 25173c1db5a6a4ae4449e884fd881b419ea124d4 # Parent 3e621a2a9cfefa9537bde539926e4ff9a87bb9b3 * bytecomp.el: Declare unread-command-char an obsolete variable. * bytecomp.el: (require 'backquote). diff -r 3e621a2a9cfe -r 25173c1db5a6 lisp/emacs-lisp/bytecomp.el --- 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)