diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Sep 08 03:09:31 2007 +0000
+++ b/lisp/ChangeLog	Sat Sep 08 03:11:43 2007 +0000
@@ -1,5 +1,10 @@
 2007-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* pcvs.el (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.
+
 	* outline.el (outline-flag-region): Use front-advance.
 
 2007-09-07  Ilya Zakharevich  <ilyaz@cpan.org>