emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 42fed3b: * lisp/isearch.el (isearch-forward-symbo


From: Juri Linkov
Subject: [Emacs-diffs] emacs-25 42fed3b: * lisp/isearch.el (isearch-forward-symbol-at-point): Add isearch-push-state.
Date: Sun, 01 May 2016 20:31:04 +0000

branch: emacs-25
commit 42fed3b8b987975d0716e846f415805a4adc6304
Author: Juri Linkov <address@hidden>
Commit: Juri Linkov <address@hidden>

    * lisp/isearch.el (isearch-forward-symbol-at-point): Add isearch-push-state.
    
    (Bug#23410)
---
 lisp/isearch.el |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/isearch.el b/lisp/isearch.el
index b2223e7..418d9ea 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -837,6 +837,7 @@ See the command `isearch-forward-symbol' for more 
information."
        (buffer-substring-no-properties (car bounds) (cdr bounds))))
      (t
       (setq isearch-error "No symbol at point")
+      (isearch-push-state)
       (isearch-update)))))
 
 



reply via email to

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