summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-03-11 07:02:11 +0000
committerJim Blandy <jimb@redhat.com>1993-03-11 07:02:11 +0000
commitbe8320a76466e848f7bbb0f7fd40f2f78ef451af (patch)
tree00377f2990245ad8765f5a6162bce2216ceafe6b /lisp/emacs-lisp
parent51420cc7c2711e2ccf3b1fa20ab8c9861c91380a (diff)
downloademacs-be8320a76466e848f7bbb0f7fd40f2f78ef451af.tar.gz
emacs-be8320a76466e848f7bbb0f7fd40f2f78ef451af.tar.bz2
emacs-be8320a76466e848f7bbb0f7fd40f2f78ef451af.zip
* bytecomp.el: Declare suspend-hook to be an obsolete variable.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/bytecomp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 7d48fbea291..331d51c779f 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -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)