From a6844ee86e0577acaeb699a26902c4dc9e7352aa Mon Sep 17 00:00:00 2001 From: Sam Steingold Date: Wed, 22 Nov 2017 16:07:54 -0500 Subject: [PATCH] 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 1f68c25c888..01acc336262 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 -- 2.39.2