comparison lisp/emacs-lisp/bytecomp.el @ 2626:7ff77992fca0

* 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.
author Jim Blandy <jimb@redhat.com>
date Mon, 03 May 1993 03:34:20 +0000
parents 4f201a4ab030
children 6489c9da34b9
comparison
equal deleted inserted replaced
2625:f63a9c97f1d6 2626:7ff77992fca0
2998 "use enable-local-variables (with the reversed sense.)") 2998 "use enable-local-variables (with the reversed sense.)")
2999 (make-obsolete-variable 'unread-command-char 2999 (make-obsolete-variable 'unread-command-char
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
3008 3009
3009 ;;; report metering (see the hacks in bytecode.c) 3010 ;;; report metering (see the hacks in bytecode.c)