aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-08-21 10:46:43 -0400
committerChong Yidong2010-08-21 10:46:43 -0400
commitd64b8a68f94303367f9117360bce8ce812fd1ea0 (patch)
tree68b8991ffe6b0ff6aaf30c9c0349643f52120f7d /lisp/ChangeLog
parent537ffaf3c900034f9ff6ffc3cd70bf806e531066 (diff)
downloademacs-d64b8a68f94303367f9117360bce8ce812fd1ea0.tar.gz
emacs-d64b8a68f94303367f9117360bce8ce812fd1ea0.zip
* cus-edit.el (custom-group-value-create): Add extra newline before end line (Bug#6876).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index db5bc124626..b4e04ab7f39 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -4,6 +4,11 @@
4 4
52010-08-21 Chong Yidong <cyd@stupidchicken.com> 52010-08-21 Chong Yidong <cyd@stupidchicken.com>
6 6
7 * cus-edit.el (custom-group-value-create): Add extra newline
8 before end line (Bug#6876).
9
102010-08-21 Chong Yidong <cyd@stupidchicken.com>
11
7 * mouse.el (mouse-save-then-kill): Don't save region to kill ring 12 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8 when extending it. Before killing on the second click, check if 13 when extending it. Before killing on the second click, check if
9 the buffer is the correct one. Doc fix. 14 the buffer is the correct one. Doc fix.