Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
79d52eea
Commit
79d52eea
authored
Nov 16, 1992
by
Jim Blandy
Browse files
* bytecomp.el: Declare unread-command-char an obsolete variable.
* bytecomp.el: (require 'backquote).
parent
2495e5f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/bytecomp.el
+4
-0
No files found.
lisp/emacs-lisp/bytecomp.el
View file @
79d52eea
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment