aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2013-06-13 23:50:51 +0300
committerJuri Linkov2013-06-13 23:50:51 +0300
commit6e8cfc81e747bef8edd1f5df2c25b6a00c766a03 (patch)
tree1a36136dae923190742997eaf7605cd11d149143 /etc
parentc23d55f45b8a326758c4baa3c6e1e980b294f5b6 (diff)
downloademacs-6e8cfc81e747bef8edd1f5df2c25b6a00c766a03.tar.gz
emacs-6e8cfc81e747bef8edd1f5df2c25b6a00c766a03.zip
Add prefix arg to more isearch commands.
* lisp/isearch.el (isearch-yank-word, isearch-yank-line) (isearch-char-by-name, isearch-quote-char) (isearch-printing-char, isearch-process-search-char): Add optional count prefix arg. * lisp/international/isearch-x.el (isearch-process-search-multibyte-characters): Add optional count prefix arg. Fixes: debbugs:14563
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7e26c2458e8..8bf1d17005e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -296,6 +296,10 @@ and opens overlays with hidden text when `search-invisible' is `open'.
296*** By default, prefix arguments do not now terminate Isearch mode. 296*** By default, prefix arguments do not now terminate Isearch mode.
297Set `isearch-allow-prefix' to nil to restore old behavior. 297Set `isearch-allow-prefix' to nil to restore old behavior.
298 298
299*** More Isearch commands accept prefix arguments, namely
300`isearch-printing-char', `isearch-quote-char', `isearch-yank-word',
301`isearch-yank-line'.
302
299** MH-E has been updated to MH-E version 8.5. 303** MH-E has been updated to MH-E version 8.5.
300See MH-E-NEWS for details. 304See MH-E-NEWS for details.
301 305