From c3b0c268525bb1df1a00df98056d8bfeb8e687a6 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 3 Sep 2001 09:26:11 +0000 Subject: [PATCH] (isearch-exit-recursive-edit): Take three parameters, since it's used as an after-change-function. --- lisp/ChangeLog | 3 +++ lisp/international/isearch-x.el | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c76f6f373ac..4088c344c11 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2001-09-03 Gerd Moellmann + * 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. diff --git a/lisp/international/isearch-x.el b/lisp/international/isearch-x.el index 6f45540b292..64df952de68 100644 --- a/lisp/international/isearch-x.el +++ b/lisp/international/isearch-x.el @@ -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)) -- 2.39.2