From: Juri Linkov Date: Sun, 1 May 2016 20:30:51 +0000 (+0300) Subject: * lisp/isearch.el (isearch-forward-symbol-at-point): Add isearch-push-state. X-Git-Tag: emacs-25.0.94~54 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=42fed3b;p=emacs.git * lisp/isearch.el (isearch-forward-symbol-at-point): Add isearch-push-state. (Bug#23410) --- diff --git a/lisp/isearch.el b/lisp/isearch.el index b2223e7b308..418d9ea273a 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)))))