aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/bytecomp.el3
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