From 8ee7e9dbb5e6177ec0b4b6a57e35fcfc3eceea40 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Mon, 2 May 2005 02:20:28 +0000 Subject: [PATCH] (executing-macro): Use `define-obsolete-variable-alias'. --- lisp/subr.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index 5a1abf8d49d..d34730e6784 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -787,12 +787,15 @@ is converted into a string by expressing it in decimal." (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") +;; 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) -- 2.39.2