summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLawrence Mitchell <wence@gmx.li>2012-08-05 21:30:15 +0800
committerChong Yidong <cyd@gnu.org>2012-08-05 21:30:15 +0800
commitd32e47aff6cc01e3ccdfdf5e8f163f8a52285a75 (patch)
treed838446eefc3e60f0c45cd3d5821746de630b4bb /etc
parent68b0c113f682c72daf36aa82b9f98008a5402362 (diff)
downloademacs-d32e47aff6cc01e3ccdfdf5e8f163f8a52285a75.tar.gz
* search.c (Freplace_match): Treat \? in the replacement text literally.
Fixes: debbugs:8161
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 b7fb10881ff..e95ce5ac155 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -482,6 +482,10 @@ inefficiency, and not namespace-clean.
* Incompatible Lisp Changes in Emacs 24.2
+** If the NEWTEXT arg to `replace-match' contains a substring "\?",
+that substring is inserted literally even if the LITERAL arg is
+non-nil, instead of causing an error to be signaled.
+
+++
** Docstrings starting with `*' no longer indicate user options.
Only variables defined using `defcustom' are considered user options.