Mercurial > emacs
changeset 62015:e208ebaf0e17
(executing-macro): Use `define-obsolete-variable-alias'.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Mon, 02 May 2005 02:20:28 +0000 |
parents | c6b58692c517 |
children | ffdffaf33258 |
files | lisp/subr.el |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Mon May 02 02:18:29 2005 +0000 +++ b/lisp/subr.el Mon May 02 02:20:28 2005 +0000 @@ -787,12 +787,15 @@ (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)