diff options
author | Lawrence Mitchell <wence@gmx.li> | 2012-08-05 21:30:15 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-08-05 21:30:15 +0800 |
commit | d32e47aff6cc01e3ccdfdf5e8f163f8a52285a75 (patch) | |
tree | d838446eefc3e60f0c45cd3d5821746de630b4bb /etc | |
parent | 68b0c113f682c72daf36aa82b9f98008a5402362 (diff) | |
download | emacs-d32e47aff6cc01e3ccdfdf5e8f163f8a52285a75.tar.gz |
* search.c (Freplace_match): Treat \? in the replacement text literally.
Fixes: debbugs:8161
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |