diff options
| author | Sam Steingold | 2017-11-22 16:07:54 -0500 |
|---|---|---|
| committer | Sam Steingold | 2017-11-22 16:14:36 -0500 |
| commit | a6844ee86e0577acaeb699a26902c4dc9e7352aa (patch) | |
| tree | f77798745227c4b7f6f350ae827bcb5630f564a6 | |
| parent | 72688426cef4e5128ce68f75cb8a3f31572daec0 (diff) | |
| download | emacs-a6844ee86e0577acaeb699a26902c4dc9e7352aa.tar.gz emacs-a6844ee86e0577acaeb699a26902c4dc9e7352aa.zip | |
Remove variable alias executing-macro, obsolete since before 19.34.
| -rw-r--r-- | lisp/subr.el | 4 |
1 files changed, 0 insertions, 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'." | |||
| 1479 | (make-obsolete-variable 'command-debug-status | 1479 | (make-obsolete-variable 'command-debug-status |
| 1480 | "expect it to be removed in a future version." "25.2") | 1480 | "expect it to be removed in a future version." "25.2") |
| 1481 | 1481 | ||
| 1482 | ;; Lisp manual only updated in 22.1. | ||
| 1483 | (define-obsolete-variable-alias 'executing-macro 'executing-kbd-macro | ||
| 1484 | "before 19.34") | ||
| 1485 | |||
| 1486 | (define-obsolete-variable-alias 'x-lost-selection-hooks | 1482 | (define-obsolete-variable-alias 'x-lost-selection-hooks |
| 1487 | 'x-lost-selection-functions "22.1") | 1483 | 'x-lost-selection-functions "22.1") |
| 1488 | (define-obsolete-variable-alias 'x-sent-selection-hooks | 1484 | (define-obsolete-variable-alias 'x-sent-selection-hooks |