diff options
| author | Jim Blandy | 1993-05-03 03:34:20 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-03 03:34:20 +0000 |
| commit | f33419002e134d9b1262ebab8e4e76c9b6f915aa (patch) | |
| tree | 67fb26b98657729c8b6b11ad75d1825ba7dfe3d3 | |
| parent | 3cfb369a5fccb767b8f29032ee49fe9a66000f12 (diff) | |
| download | emacs-f33419002e134d9b1262ebab8e4e76c9b6f915aa.tar.gz emacs-f33419002e134d9b1262ebab8e4e76c9b6f915aa.zip | |
* bytecomp.el (meta-flag): Declare this an obsolete variable.
* bytecomp.el: The `suspend-hooks' variable is obsolete now, and
`suspend-hook' is the right name.
| -rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 0cd74063f1d..c599fbcf9b2 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el | |||
| @@ -3000,8 +3000,9 @@ For example, invoke \"emacs -batch -f batch-byte-compile $emacs/ ~/*.el\"" | |||
| 3000 | "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.") | 3000 | "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.") |
| 3001 | (make-obsolete-variable 'unread-command-event | 3001 | (make-obsolete-variable 'unread-command-event |
| 3002 | "use unread-command-events; this is now a list of events.") | 3002 | "use unread-command-events; this is now a list of events.") |
| 3003 | (make-obsolete-variable 'suspend-hook 'suspend-hooks) | 3003 | (make-obsolete-variable 'suspend-hooks 'suspend-hook) |
| 3004 | (make-obsolete-variable 'comment-indent-hook 'comment-indent-function) | 3004 | (make-obsolete-variable 'comment-indent-hook 'comment-indent-function) |
| 3005 | (make-obsolete-variable 'meta-flag "Use the set-input-mode function instead.") | ||
| 3005 | 3006 | ||
| 3006 | (provide 'byte-compile) | 3007 | (provide 'byte-compile) |
| 3007 | 3008 | ||