aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2009-08-12 20:56:25 +0000
committerJuri Linkov2009-08-12 20:56:25 +0000
commit99910cf46a463a2f9cd3f960ebd26577a3ad8abe (patch)
treece49706c125d6f222f29f1647801db9c1d0c82a6 /lisp/ChangeLog
parent770f36f8bdac1f78dfe2d0395d64283bfa6ab4d1 (diff)
downloademacs-99910cf46a463a2f9cd3f960ebd26577a3ad8abe.tar.gz
emacs-99910cf46a463a2f9cd3f960ebd26577a3ad8abe.zip
(read-regexp): Return empty string when `default-value' is nil.
(keep-lines-read-args): Don't use empty string as the default value for `read-regexp'. (Bug#2495)
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ec95fd4ba52..2084098d0c8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,15 @@
12009-08-12 Juri Linkov <juri@jurta.org> 12009-08-12 Juri Linkov <juri@jurta.org>
2 2
3 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
4 always non-nil. (Bug#4052)
5
6 * replace.el (read-regexp): Return empty string when
7 `default-value' is nil.
8 (keep-lines-read-args): Don't use empty string as the
9 default value for `read-regexp'. (Bug#2495)
10
112009-08-12 Juri Linkov <juri@jurta.org>
12
3 * international/mule-cmds.el (ucs-insert): Change arguments 13 * international/mule-cmds.el (ucs-insert): Change arguments
4 from `arg' to `character', `count', `inherit' to be the same 14 from `arg' to `character', `count', `inherit' to be the same
5 as in `insert-char'. Doc fix. (Bug#4039) 15 as in `insert-char'. Doc fix. (Bug#4039)