emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Patch that adds help to isearch


From: Lennart Borgman
Subject: Re: Patch that adds help to isearch
Date: Mon, 28 Nov 2005 08:21:05 +0100
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

Lennart Borgman wrote:

***************
*** 1081,1091 ****
              ;; The search done message is confusing when the string
              ;; is empty, so erase it.
              (if (equal isearch-string "")
!                 (message "")))))
! (quit ; handle abort-recursive-edit
!      (isearch-abort)  ;; outside of let to restore outside global values
!      )))
(defun isearch-nonincremental-exit-minibuffer ()
   (interactive)
--- 1084,1094 ----
              ;; The search done message is confusing when the string
              ;; is empty, so erase it.
              (if (equal isearch-string "")
!                 (message ""))))
! (quit ; handle abort-recursive-edit
!          (isearch-abort)  ;; outside of let to restore outside global values
!          ))))
Oops! There is an ")" too much after quit here.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]