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
be8320a7
Commit
be8320a7
authored
Mar 11, 1993
by
Jim Blandy
Browse files
* bytecomp.el: Declare suspend-hook to be an obsolete variable.
parent
51420cc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/bytecomp.el
+1
-0
No files found.
lisp/emacs-lisp/bytecomp.el
View file @
be8320a7
...
...
@@ -2985,6 +2985,7 @@ For example, invoke \"emacs -batch -f batch-byte-compile $emacs/ ~/*.el\""
"use unread-command-events instead. That variable is a list of events to reread, so it now uses nil to mean `no event', instead of -1."
)
(
make-obsolete-variable
'unread-command-event
"use unread-command-events; this is now a list of events."
)
(
make-obsolete-variable
'suspend-hook
'suspend-hooks
)
(
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