diff options
| -rw-r--r-- | lisp/isearch.el | 5 |
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." | |||
| 1414 | 1414 | ||
| 1415 | ;; Portability functions to support various Emacs versions. | 1415 | ;; Portability functions to support various Emacs versions. |
| 1416 | 1416 | ||
| 1417 | ;; To quiet the byte-compiler. | ||
| 1418 | (defvar unread-command-event) | ||
| 1419 | (defvar unread-command-events) | ||
| 1420 | (defvar last-command-event) | ||
| 1421 | |||
| 1422 | (defun isearch-char-to-string (c) | 1417 | (defun isearch-char-to-string (c) |
| 1423 | (make-string 1 c)) | 1418 | (make-string 1 c)) |
| 1424 | 1419 | ||