]> git.eshelyaron.com Git - emacs.git/commitdiff
(unread-command-char, executing-macro, post-command-idle-hook,
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 19 Jul 2002 11:37:01 +0000 (11:37 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 19 Jul 2002 11:37:01 +0000 (11:37 +0000)
post-command-idle-delay): Move obsolescence declarations from subr.el.
(directory-sep-char, mode-line-inverse-video): Add obsolescence declaration.

lisp/subr.el

index 3a0a65bc14acaf59fd0dc1c1259dec02b70aa018..b247d170e849ca76b66b94321e250c2620c6c0ff 100644 (file)
@@ -727,6 +727,21 @@ is converted into a string by expressing it in decimal."
 
 (defalias 'focus-frame 'ignore)
 (defalias 'unfocus-frame 'ignore)
+
+\f
+;;;; Obsolescence declarations for variables.
+
+(make-obsolete-variable 'directory-sep-char "do not use it." "21.1")
+(make-obsolete-variable 'mode-line-inverse-video "use the appropriate faces instead." "21.1")
+(make-obsolete-variable 'unread-command-char
+  "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."
+  "before 19.15")
+(make-obsolete-variable 'executing-macro 'executing-kbd-macro "before 19.34")
+(make-obsolete-variable 'post-command-idle-hook
+  "use timers instead, with `run-with-idle-timer'." "before 19.34")
+(make-obsolete-variable 'post-command-idle-delay
+  "use timers instead, with `run-with-idle-timer'." "before 19.34")
+
 \f
 ;;;; Alternate names for functions - these are not being phased out.