aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAlan Mackenzie2013-06-05 20:57:09 +0000
committerAlan Mackenzie2013-06-05 20:57:09 +0000
commit80fa505f891b420e27f56746d41f51aa5b9d7d51 (patch)
treedfbe3eb6e1b4f7a54ffce956f4888b30103a9a2e /etc
parent817ebfcfde1a40283c173a87ffbe0c1f5cf7ab3a (diff)
downloademacs-80fa505f891b420e27f56746d41f51aa5b9d7d51.tar.gz
emacs-80fa505f891b420e27f56746d41f51aa5b9d7d51.zip
* isearch.el (isearch-allow-prefix): New user option.
(isearch-other-meta-char): don't exit isearch when a prefix argument is typed whilst `isearch-allow-prefix' is non-nil. * search.texi (Isearch Scroll): Rename to "Not Exiting Isearch". (Net Exiting Isearch): Document new user option `isearch-allow-prefix'. * etc/NEWS. Entry for this change.
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 0b533efe163..8732ffa2fcd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -292,6 +292,10 @@ when it's nil).
292*** `query-replace' skips invisible text when `search-invisible' is nil, 292*** `query-replace' skips invisible text when `search-invisible' is nil,
293and opens overlays with hidden text when `search-invisible' is `open'. 293and opens overlays with hidden text when `search-invisible' is `open'.
294 294
295+++
296*** By default, prefix arguments do not now terminate Isearch mode.
297Set `isearch-allow-prefix' to nil to restore old behavior.
298
295** MH-E has been updated to MH-E version 8.5. 299** MH-E has been updated to MH-E version 8.5.
296See MH-E-NEWS for details. 300See MH-E-NEWS for details.
297 301