From: Mattias EngdegÄrd Date: Thu, 15 Oct 2020 09:46:49 +0000 (+0200) Subject: Remove dynamic declaration of 'save-match-data-internal' X-Git-Tag: emacs-28.0.90~5628 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=674fee5e9fb70d83d9408ebc01d8c15bd641663c;p=emacs.git Remove dynamic declaration of 'save-match-data-internal' * lisp/subr.el: Remove defvar which has no relevance today; it can very well be a lexical variable. --- diff --git a/lisp/subr.el b/lisp/subr.el index 867c9f0bfbb..b7a746f2db0 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -886,10 +886,6 @@ side-effects, and the argument LIST is not modified." ;;;; 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