emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/isearch.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el
Date: Sun, 16 Dec 2001 15:19:13 -0500

Index: emacs/lisp/isearch.el
diff -c emacs/lisp/isearch.el:1.206 emacs/lisp/isearch.el:1.207
*** emacs/lisp/isearch.el:1.206 Sat Dec 15 22:56:40 2001
--- emacs/lisp/isearch.el       Sun Dec 16 15:19:13 2001
***************
*** 890,896 ****
              (setq isearch-string (or (car (if isearch-regexp
                                                regexp-search-ring
                                              search-ring))
!                                      ""))
            ;; This used to set the last search string,
            ;; but I think it is not right to do that here.
            ;; Only the string actually used should be saved.
--- 890,900 ----
              (setq isearch-string (or (car (if isearch-regexp
                                                regexp-search-ring
                                              search-ring))
!                                      "")
! 
!                   isearch-message
!                   (mapconcat 'isearch-text-char-description
!                              isearch-string ""))
            ;; This used to set the last search string,
            ;; but I think it is not right to do that here.
            ;; Only the string actually used should be saved.



reply via email to

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