projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2970d73
)
Remove dynamic declaration of 'save-match-data-internal'
author
Mattias Engdegård
<mattiase@acm.org>
Thu, 15 Oct 2020 09:46:49 +0000
(11:46 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Thu, 15 Oct 2020 09:46:49 +0000
(11:46 +0200)
* lisp/subr.el: Remove defvar which has no relevance today; it can
very well be a lexical variable.
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 867c9f0bfbbb04e69e69a4c4121861e5feff545b..b7a746f2db0c3d4fbc68734f56201fd40a902006 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-886,10
+886,6
@@
side-effects, and the argument LIST is not modified."
\f
;;;; Keymap support.
-;; Declare before first use of `save-match-data',
-;; where it is used internally.
-(defvar save-match-data-internal)
-
(defun kbd (keys)
"Convert KEYS to the internal Emacs key representation.
KEYS should be a string in the format returned by commands such