Mercurial > emacs
comparison lisp/ChangeLog @ 108499:ffe7f17f895f
Fix bug#6173: "(require 'dirtrack) erroring"
* dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
buffer-local (it's an obsolete alias for `dirtrack-mode'.)
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 12 May 2010 00:01:34 +0200 |
parents | aacdc5451940 |
children | 9f927f4deab4 |
comparison
equal
deleted
inserted
replaced
108498:f01adbed6fd8 | 108499:ffe7f17f895f |
---|---|
1 2010-05-11 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically | |
4 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173). | |
5 | |
1 2010-05-11 Juri Linkov <juri@jurta.org> | 6 2010-05-11 Juri Linkov <juri@jurta.org> |
2 | 7 |
3 * scroll-all.el (scroll-all-check-to-scroll): | 8 * scroll-all.el (scroll-all-check-to-scroll): |
4 Add `scroll-up-command' and `scroll-down-command' (bug#6164). | 9 Add `scroll-up-command' and `scroll-down-command' (bug#6164). |
5 | 10 |