diff options
| author | Chong Yidong | 2010-08-21 10:46:43 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-08-21 10:46:43 -0400 |
| commit | d64b8a68f94303367f9117360bce8ce812fd1ea0 (patch) | |
| tree | 68b8991ffe6b0ff6aaf30c9c0349643f52120f7d /lisp/ChangeLog | |
| parent | 537ffaf3c900034f9ff6ffc3cd70bf806e531066 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 | ||
| 5 | 2010-08-21 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-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 | |||
| 10 | 2010-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. |