changeset 2104:6afe42b3e483

* bytecomp.el: Declare suspend-hook to be an obsolete variable.
author Jim Blandy <jimb@redhat.com>
date Thu, 11 Mar 1993 07:02:11 +0000
parents bd76e0e3622c
children 844e027dc6db
files lisp/emacs-lisp/bytecomp.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el	Thu Mar 11 07:01:17 1993 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Thu Mar 11 07:02:11 1993 +0000
@@ -2985,6 +2985,7 @@
   "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)