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: Sat, 03 May 2003 09:49:47 -0400

Index: emacs/lisp/isearch.el
diff -c emacs/lisp/isearch.el:1.219 emacs/lisp/isearch.el:1.220
*** emacs/lisp/isearch.el:1.219 Tue Apr 29 16:38:53 2003
--- emacs/lisp/isearch.el       Sat May  3 09:49:47 2003
***************
*** 1519,1525 ****
  If there is no completion possible, say so and continue searching."
    (interactive)
    (if (isearch-complete1)
!       (isearch-edit-string)
      ;; else
      (sit-for 1)
      (isearch-update)))
--- 1519,1528 ----
  If there is no completion possible, say so and continue searching."
    (interactive)
    (if (isearch-complete1)
!       (progn (setq isearch-message
!                  (mapconcat 'isearch-text-char-description
!                             isearch-string ""))
!            (isearch-edit-string))
      ;; else
      (sit-for 1)
      (isearch-update)))




reply via email to

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