Mercurial > emacs
changeset 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 | 64e39b9789cc |
children | f292508d2805 |
files | lisp/international/isearch-x.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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))