# HG changeset patch # User Jim Blandy # Date 736400060 0 # Node ID 7ff77992fca0d14ffc49436ee475706e9d14d33d # Parent f63a9c97f1d6001b31cf67caa057e473a403fc9e * 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. diff -r f63a9c97f1d6 -r 7ff77992fca0 lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Mon May 03 02:08:07 1993 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Mon May 03 03:34:20 1993 +0000 @@ -3000,8 +3000,9 @@ "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) +(make-obsolete-variable 'suspend-hooks 'suspend-hook) (make-obsolete-variable 'comment-indent-hook 'comment-indent-function) +(make-obsolete-variable 'meta-flag "Use the set-input-mode function instead.") (provide 'byte-compile)