# HG changeset patch # User Gerd Moellmann # Date 999509149 0 # Node ID 2fd8ebeef4117f5604e7f4476b17be7b29bf281b # Parent 64e39b9789cc0db8a2d7964928f35ebdc5cdc319 (isearch-exit-recursive-edit): Take three parameters, since it's used as an after-change-function. diff -r 64e39b9789cc -r 2fd8ebeef411 lisp/international/isearch-x.el --- 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))