projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aa4147
)
* lisp/isearch.el (isearch-forward-symbol-at-point): Add isearch-push-state.
author
Juri Linkov
<juri@linkov.net>
Sun, 1 May 2016 20:30:51 +0000
(23:30 +0300)
committer
Juri Linkov
<juri@linkov.net>
Sun, 1 May 2016 20:30:51 +0000
(23:30 +0300)
(Bug#23410)
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index b2223e7b3081c2cf874d64be96fc39adae6d0b66..418d9ea273a3a118a5712f565335fd38ffa9340a 100644
(file)
--- 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)))))
\f