emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master a6844ee 2/3: Remove variable alias executing-macro,


From: Sam Steingold
Subject: [Emacs-diffs] master a6844ee 2/3: Remove variable alias executing-macro, obsolete since before 19.34.
Date: Wed, 22 Nov 2017 16:15:09 -0500 (EST)

branch: master
commit a6844ee86e0577acaeb699a26902c4dc9e7352aa
Author: Sam Steingold <address@hidden>
Commit: Sam Steingold <address@hidden>

    Remove variable alias executing-macro, obsolete since before 19.34.
---
 lisp/subr.el | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lisp/subr.el b/lisp/subr.el
index 1f68c25..01acc33 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1479,10 +1479,6 @@ be a list of the form returned by `event-start' and 
`event-end'."
 (make-obsolete-variable 'command-debug-status
                         "expect it to be removed in a future version." "25.2")
 
-;; Lisp manual only updated in 22.1.
-(define-obsolete-variable-alias 'executing-macro 'executing-kbd-macro
-  "before 19.34")
-
 (define-obsolete-variable-alias 'x-lost-selection-hooks
   'x-lost-selection-functions "22.1")
 (define-obsolete-variable-alias 'x-sent-selection-hooks



reply via email to

[Prev in Thread] Current Thread [Next in Thread]