diff options
| author | Glenn Morris | 2011-03-09 19:44:33 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-03-09 19:44:33 -0800 |
| commit | 5772caab78b85b6ae1215fbc5d63cbb4571bcf28 (patch) | |
| tree | f2c29c81a3aa02137449a78eab4f7ad32b384b4e /lisp/ChangeLog | |
| parent | ccb55d277abd81b09891917b8e4cfc7a69c5a6af (diff) | |
| download | emacs-5772caab78b85b6ae1215fbc5d63cbb4571bcf28.tar.gz emacs-5772caab78b85b6ae1215fbc5d63cbb4571bcf28.zip | |
cus-edit tweak for bug#2298.
* lisp/cus-edit.el (Custom-newline): If no button at point, look for a
subgroup button at start-of-line.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 63e132e9550..bd8bf932799 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-03-10 Glenn Morris <rgm@gnu.org> | 1 | 2011-03-10 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * cus-edit.el (Custom-newline): If no button at point, look | ||
| 4 | for a subgroup button at start-of-line. (Bug#2298) | ||
| 5 | |||
| 3 | * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes. | 6 | * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes. |
| 4 | 7 | ||
| 5 | 2011-03-10 Julien Danjou <julien@danjou.info> | 8 | 2011-03-10 Julien Danjou <julien@danjou.info> |