* lisp/isearch.el (isearch-forward-symbol-at-point): Add isearch-push-state.
(Bug#23410)
This commit is contained in:
parent
8aa41477ba
commit
42fed3b8b9
1 changed files with 1 additions and 0 deletions
|
@ -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)))))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue