comparison lisp/ChangeLog @ 78753:cd3530596f8e

(cvs-mode-add-change-log-entry-other-window): Use add-log-buffer-file-name-function rather than bind buffer-file-name, so we dont end up calling change-log-mode in *cvs* when `fi' is the ChangeLog file itself.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 08 Sep 2007 03:11:43 +0000
parents 0475afda0917
children 38a441bc4532
comparison
equal deleted inserted replaced
78752:0475afda0917 78753:cd3530596f8e
1 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca> 1 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
4 add-log-buffer-file-name-function rather than bind buffer-file-name,
5 so we dont end up calling change-log-mode in *cvs* when `fi' is the
6 ChangeLog file itself.
2 7
3 * outline.el (outline-flag-region): Use front-advance. 8 * outline.el (outline-flag-region): Use front-advance.
4 9
5 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org> 10 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
6 11