aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2012-09-21 00:28:47 +0300
committerJuri Linkov2012-09-21 00:28:47 +0300
commiteebbf404b840534736d5ccb4d65602fee0a5cc5d (patch)
tree5042d9865230b7cc57c1743683d91b9550200778 /lisp/ChangeLog
parent41a97e6fcf1cd4614a9dcd13ee843a922f3890b4 (diff)
downloademacs-eebbf404b840534736d5ccb4d65602fee0a5cc5d.tar.gz
emacs-eebbf404b840534736d5ccb4d65602fee0a5cc5d.zip
* lisp/replace.el (read-regexp): Add HISTORY arg.
Fixes: debbugs:7567
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1ec43f2164c..5a07779e949 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12012-09-20 Juri Linkov <juri@jurta.org> 12012-09-20 Juri Linkov <juri@jurta.org>
2 2
3 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
4
3 * replace.el (read-regexp): Don't add ": " when PROMPT already 5 * replace.el (read-regexp): Don't add ": " when PROMPT already
4 ends with a colon and space. (Bug#12321) 6 ends with a colon and space. (Bug#12321)
5 7