aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-04-16 16:13:38 -0400
committerGlenn Morris2012-04-16 16:13:38 -0400
commit1197ecfa84c35f9497a340845595e7e1040e455d (patch)
treef246fc117c2ca2a8afc784e2bf35864718d3b377 /lisp/ChangeLog
parentf45f90f33151dc74ef541cba4fe87565215382a0 (diff)
downloademacs-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/ChangeLog7
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
52012-04-16 Glenn Morris <rgm@gnu.org> 52012-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