diff options
-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 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 |