diff options
Diffstat (limited to 'lisp/isearch.el')
| -rw-r--r-- | lisp/isearch.el | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index 9fa37e25e09..9605dae20f4 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -1,10 +1,10 @@ -;; isearch.el ---- incremental search minor mode. +;;; isearch.el ---- incremental search minor mode. ;; Copyright (C) 1992 Free Software Foundation, Inc. ;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> -;; |$Date: 1993/03/07 20:17:27 $|$Revision: 1.23 $ +;; |$Date: 1993/03/17 15:58:09 $|$Revision: 1.24 $ ;; This file is not yet part of GNU Emacs, but it is based almost ;; entirely on isearch.el which is part of GNU Emacs. @@ -92,8 +92,11 @@ ;;;==================================================================== ;;; Change History -;;; $Header: /gd/gnu/emacs/19.0/lisp/RCS/isearch.el,v 1.23 1993/03/07 20:17:27 rms Exp eric $ +;;; $Header: /gd/gnu/emacs/19.0/lisp/RCS/isearch.el,v 1.24 1993/03/17 15:58:09 eric Exp eric $ ;;; $Log: isearch.el,v $ +; Revision 1.24 1993/03/17 15:58:09 eric +; Add standard library headers. +; ; Revision 1.23 1993/03/07 20:17:27 rms ; (isearch-other-meta-char): Call listify-key-sequence. ; (isearch-unread): Don't call it here. |
