aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLawrence Mitchell2012-08-05 21:30:15 +0800
committerChong Yidong2012-08-05 21:30:15 +0800
commitd32e47aff6cc01e3ccdfdf5e8f163f8a52285a75 (patch)
treed838446eefc3e60f0c45cd3d5821746de630b4bb /etc
parent68b0c113f682c72daf36aa82b9f98008a5402362 (diff)
downloademacs-d32e47aff6cc01e3ccdfdf5e8f163f8a52285a75.tar.gz
emacs-d32e47aff6cc01e3ccdfdf5e8f163f8a52285a75.zip
* 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.
482 482
483* Incompatible Lisp Changes in Emacs 24.2 483* Incompatible Lisp Changes in Emacs 24.2
484 484
485** If the NEWTEXT arg to `replace-match' contains a substring "\?",
486that substring is inserted literally even if the LITERAL arg is
487non-nil, instead of causing an error to be signaled.
488
485+++ 489+++
486** Docstrings starting with `*' no longer indicate user options. 490** Docstrings starting with `*' no longer indicate user options.
487Only variables defined using `defcustom' are considered user options. 491Only variables defined using `defcustom' are considered user options.