From 674fee5e9fb70d83d9408ebc01d8c15bd641663c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Thu, 15 Oct 2020 11:46:49 +0200 Subject: [PATCH] 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. --- lisp/subr.el | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.39.5