Mercurial > emacs
diff lisp/ChangeLog @ 109908:f5eee071d705
* cus-edit.el (custom-group-value-create): Add extra newline before end line (Bug#6876).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 21 Aug 2010 10:46:43 -0400 |
parents | 88b82e3838f6 |
children | a1846ab0dc91 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Aug 21 16:09:46 2010 +0200 +++ b/lisp/ChangeLog Sat Aug 21 10:46:43 2010 -0400 @@ -4,6 +4,11 @@ 2010-08-21 Chong Yidong <cyd@stupidchicken.com> + * cus-edit.el (custom-group-value-create): Add extra newline + before end line (Bug#6876). + +2010-08-21 Chong Yidong <cyd@stupidchicken.com> + * mouse.el (mouse-save-then-kill): Don't save region to kill ring when extending it. Before killing on the second click, check if the buffer is the correct one. Doc fix.