summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-22 22:23:25 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-22 22:23:25 +0000
commitd7ad9802c072234c0dc542b7d253b4d9e1537209 (patch)
tree7a5ef27274e1f25198e383816f9f6b00268787b8
parent70c24e2cf4d1a0acfc19fa9472d9adf5d57b32d6 (diff)
downloademacs-d7ad9802c072234c0dc542b7d253b4d9e1537209.tar.gz
(unread-command-event, unread-command-events)
(last-command-event): defvars deleted.
-rw-r--r--lisp/isearch.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 4df0235ee09..b620b44185d 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -1414,11 +1414,6 @@ since they have special meaning in a regexp."
;; Portability functions to support various Emacs versions.
-;; To quiet the byte-compiler.
-(defvar unread-command-event)
-(defvar unread-command-events)
-(defvar last-command-event)
-
(defun isearch-char-to-string (c)
(make-string 1 c))