From 42fed3b8b987975d0716e846f415805a4adc6304 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sun, 1 May 2016 23:30:51 +0300 Subject: [PATCH] * 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 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))))) -- 2.39.2