]> code.delx.au - gnu-emacs/commitdiff
* lisp/isearch.el (isearch-forward-symbol-at-point): Add isearch-push-state.
authorJuri Linkov <juri@linkov.net>
Sun, 1 May 2016 20:30:51 +0000 (23:30 +0300)
committerJuri Linkov <juri@linkov.net>
Sun, 1 May 2016 20:30:51 +0000 (23:30 +0300)
(Bug#23410)

lisp/isearch.el

index b2223e7b3081c2cf874d64be96fc39adae6d0b66..418d9ea273a3a118a5712f565335fd38ffa9340a 100644 (file)
@@ -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)))))
 
 \f