]> code.delx.au - gnu-emacs/blobdiff - lisp/international/isearch-x.el
(rmail-mail-new-frame): Doc fix.
[gnu-emacs] / lisp / international / isearch-x.el
index bd49321dd5ee19022fe50cad9a7f39eaabaf78aa..60736277b97c5f1ed49444a896cd63b133c2439a 100644 (file)
@@ -2,6 +2,7 @@
 
 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
+;; Copyright (C) 2001 Free Software Foundation, Inc.
 
 ;; Keywords: multilingual, isearch
 
@@ -25,6 +26,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 ;;;###autoload
@@ -58,7 +61,7 @@
 
 ;; Exit from recursive edit safely.  Set in `after-change-functions'
 ;; by isearch-with-keyboard-coding.
-(defun isearch-exit-recursive-edit ()
+(defun isearch-exit-recursive-edit (start end length)
   (interactive)
   (throw 'exit nil))
 
          (isearch-update)))
     (isearch-process-search-char last-char)))
 
+;;; arch-tag: 1a90a6cf-2cb2-477a-814a-9ff895852822
 ;;; isearch-x.el ends here