diff options
| author | Glenn Morris | 2012-04-16 16:13:38 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-04-16 16:13:38 -0400 |
| commit | 1197ecfa84c35f9497a340845595e7e1040e455d (patch) | |
| tree | f246fc117c2ca2a8afc784e2bf35864718d3b377 /lisp/ChangeLog | |
| parent | f45f90f33151dc74ef541cba4fe87565215382a0 (diff) | |
| download | emacs-1197ecfa84c35f9497a340845595e7e1040e455d.tar.gz emacs-1197ecfa84c35f9497a340845595e7e1040e455d.zip | |
two-column.el small cleanup
* lisp/textmodes/two-column.el: Move custom options to the start.
(frame-width): Remove compat definition.
(2C-associate-buffer, 2C-dissociate):
Use with-current-buffer rather than save-excursion.
(2C-dissociate): Force a mode-line update.
(2C-autoscroll): Use ignore-errors.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 801a5e74804..906adf26971 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -4,6 +4,13 @@ | |||
| 4 | 4 | ||
| 5 | 2012-04-16 Glenn Morris <rgm@gnu.org> | 5 | 2012-04-16 Glenn Morris <rgm@gnu.org> |
| 6 | 6 | ||
| 7 | * textmodes/two-column.el: Move custom options to the start. | ||
| 8 | (frame-width): Remove compat definition. | ||
| 9 | (2C-associate-buffer, 2C-dissociate): | ||
| 10 | Use with-current-buffer rather than save-excursion. | ||
| 11 | (2C-dissociate): Force a mode-line update. | ||
| 12 | (2C-autoscroll): Use ignore-errors. | ||
| 13 | |||
| 7 | * emacs-lisp/eieio-opt.el (describe-class, describe-generic): | 14 | * emacs-lisp/eieio-opt.el (describe-class, describe-generic): |
| 8 | Autoload trivia. | 15 | Autoload trivia. |
| 9 | 16 | ||