diff options
| author | Jim Blandy | 1993-03-11 07:02:11 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-03-11 07:02:11 +0000 |
| commit | be8320a76466e848f7bbb0f7fd40f2f78ef451af (patch) | |
| tree | 00377f2990245ad8765f5a6162bce2216ceafe6b | |
| parent | 51420cc7c2711e2ccf3b1fa20ab8c9861c91380a (diff) | |
| download | emacs-be8320a76466e848f7bbb0f7fd40f2f78ef451af.tar.gz emacs-be8320a76466e848f7bbb0f7fd40f2f78ef451af.zip | |
* bytecomp.el: Declare suspend-hook to be an obsolete variable.
| -rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 1 |
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\"" | |||
| 2985 | "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.") | 2985 | "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.") |
| 2986 | (make-obsolete-variable 'unread-command-event | 2986 | (make-obsolete-variable 'unread-command-event |
| 2987 | "use unread-command-events; this is now a list of events.") | 2987 | "use unread-command-events; this is now a list of events.") |
| 2988 | (make-obsolete-variable 'suspend-hook 'suspend-hooks) | ||
| 2988 | 2989 | ||
| 2989 | (provide 'byte-compile) | 2990 | (provide 'byte-compile) |
| 2990 | 2991 | ||