Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.446 emacs/lisp/subr.el:1.447
*** emacs/lisp/subr.el:1.446 Sun May 1 22:18:14 2005
--- emacs/lisp/subr.el Mon May 2 02:20:28 2005
***************
*** 787,798 ****
(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")
(defvaralias 'x-lost-selection-hooks 'x-lost-selection-functions)
(make-obsolete-variable 'x-lost-selection-hooks 'x-lost-selection-functions
"22.1")
(defvaralias 'x-sent-selection-hooks 'x-sent-selection-functions)
--- 787,801 ----
(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 '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")
+ ;; Lisp manual only updated in 22.1.
+ (define-obsolete-variable-alias 'executing-macro 'executing-kbd-macro
+ "before 19.34")
+
(defvaralias 'x-lost-selection-hooks 'x-lost-selection-functions)
(make-obsolete-variable 'x-lost-selection-hooks 'x-lost-selection-functions
"22.1")
(defvaralias 'x-sent-selection-hooks 'x-sent-selection-functions)
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs