diff options
Diffstat (limited to 'lisp/=isearch-old.el')
-rw-r--r-- | lisp/=isearch-old.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/=isearch-old.el b/lisp/=isearch-old.el index 57e04fc3956..68dc943a73a 100644 --- a/lisp/=isearch-old.el +++ b/lisp/=isearch-old.el @@ -1,4 +1,5 @@ -;; Incremental search +;;; isearch.el --- incremental search commands + ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -621,3 +622,5 @@ is treated as a regexp. See \\[isearch-forward] for more info." (setq command-history (cons (list function string) command-history)) ;; Go ahead and search. (funcall function string))) + +;;; isearch.el ends here |