]> git.eshelyaron.com Git - emacs.git/commitdiff
(isearch-exit-recursive-edit): Take
authorGerd Moellmann <gerd@gnu.org>
Mon, 3 Sep 2001 09:26:11 +0000 (09:26 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 3 Sep 2001 09:26:11 +0000 (09:26 +0000)
three parameters, since it's used as an after-change-function.

lisp/ChangeLog
lisp/international/isearch-x.el

index c76f6f373aca3ae4d8ca7d79c396aaee42ea3120..4088c344c11c5cff1c8efd5df687cfdc75eca01e 100644 (file)
@@ -1,5 +1,8 @@
 2001-09-03  Gerd Moellmann  <gerd@gnu.org>
 
+       * international/isearch-x.el (isearch-exit-recursive-edit): Take
+       three parameters, since it's used as an after-change-function.
+
        * emacs-lisp/backquote.el (backquote-backquote-symbol) 
        (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
        from doc strings.
index 6f45540b292a44763a00f53f4e5866253d94322e..64df952de688e5007bfc9bc1c263582d78dd6db1 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
 
@@ -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))