* lisp/isearch.el (isearch-forward-symbol-at-point): Add isearch-push-state.

(Bug#23410)
This commit is contained in:
Juri Linkov 2016-05-01 23:30:51 +03:00
parent 8aa41477ba
commit 42fed3b8b9

View 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)))))