summaryrefslogtreecommitdiff
path: root/lisp/isearch-old.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 23:12:08 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 23:12:08 +0000
commit1a06eabd17a8eff0635bc7058349f7c22057864c (patch)
tree851c3b4adf9217f7ad5d4e6fdc24c8e0efbaa186 /lisp/isearch-old.el
parent6594deb0dcec8f1a663fc47b0588a7b4c935a6c5 (diff)
downloademacs-1a06eabd17a8eff0635bc7058349f7c22057864c.tar.gz
emacs-1a06eabd17a8eff0635bc7058349f7c22057864c.tar.bz2
emacs-1a06eabd17a8eff0635bc7058349f7c22057864c.zip
*** empty log message ***
Diffstat (limited to 'lisp/isearch-old.el')
-rw-r--r--lisp/isearch-old.el5
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