diff lisp/international/isearch-x.el @ 39090:2fd8ebeef411

(isearch-exit-recursive-edit): Take three parameters, since it's used as an after-change-function.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 03 Sep 2001 09:25:49 +0000
parents b174db545cfd
children 695cf19ef79e d7ddb3e565de
line wrap: on
line diff
--- a/lisp/international/isearch-x.el	Mon Sep 03 08:21:22 2001 +0000
+++ b/lisp/international/isearch-x.el	Mon Sep 03 09:25:49 2001 +0000
@@ -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
 
@@ -60,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))