three parameters, since it's used as an after-change-function.
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.
;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
;; Licensed to the Free Software Foundation.
+;; Copyright (C) 2001 Free Software Foundation, Inc.
;; Keywords: multilingual, isearch
;; 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))