aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2009-02-27 15:31:07 +0000
committerChong Yidong <[email protected]>2009-02-27 15:31:07 +0000
commitc2c7b2f2f21014f620dbafdb7b5f22fd275aea8a (patch)
tree96c3b7c51a1e82a167c80fa06cee8cd433321e5b
parentbb712f90580008ed91981b6258894cd69ed1acf9 (diff)
* replace.el (keep-lines-read-args): Use empty string as
default (Bug#2495).
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5bf7a9b457..138d9b0fd9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2009-02-27 Chong Yidong <[email protected]>
+ * replace.el (keep-lines-read-args): Use empty string as
+ default (Bug#2495).
+
* menu-bar.el (menu-set-font): Fix last fix.
2009-02-27 Glenn Morris <[email protected]>