]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove dynamic declaration of 'save-match-data-internal'
authorMattias Engdegård <mattiase@acm.org>
Thu, 15 Oct 2020 09:46:49 +0000 (11:46 +0200)
committerMattias 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

index 867c9f0bfbbb04e69e69a4c4121861e5feff545b..b7a746f2db0c3d4fbc68734f56201fd40a902006 100644 (file)
@@ -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