X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/8aa87e0698aafbfe7d4c933bb7f7499247748a85..8a60950d6ee97101f282989169ba3972c7cb487d:/lisp/international/isearch-x.el diff --git a/lisp/international/isearch-x.el b/lisp/international/isearch-x.el index bd49321dd5..60736277b9 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 @@ -25,6 +26,8 @@ ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. +;;; Commentary: + ;;; Code: ;;;###autoload @@ -58,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)) @@ -127,4 +130,5 @@ (isearch-update))) (isearch-process-search-char last-char))) +;;; arch-tag: 1a90a6cf-2cb2-477a-814a-9ff895852822 ;;; isearch-x.el ends here