aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorLawrence Mitchell2012-08-05 21:30:15 +0800
committerChong Yidong2012-08-05 21:30:15 +0800
commitd32e47aff6cc01e3ccdfdf5e8f163f8a52285a75 (patch)
treed838446eefc3e60f0c45cd3d5821746de630b4bb /src/ChangeLog
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 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8d13944b633..d760dd1df78 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-08-05 Lawrence Mitchell <wence@gmx.li>
2
3 * search.c (Freplace_match): Treat \? in the replacement text
4 literally (Bug#8161).
5
12012-08-05 Chong Yidong <cyd@gnu.org> 62012-08-05 Chong Yidong <cyd@gnu.org>
2 7
3 * term.c (Vsuspend_tty_functions, Vresume_tty_functions): 8 * term.c (Vsuspend_tty_functions, Vresume_tty_functions):