changeset 98056:5ea493cdb283

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sat, 06 Sep 2008 19:38:44 +0000
parents 04b7a6119a88
children a780e9687b4e
files lisp/ChangeLog
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Sep 06 19:38:35 2008 +0000
+++ b/lisp/ChangeLog	Sat Sep 06 19:38:44 2008 +0000
@@ -1,5 +1,9 @@
 2008-09-06  Glenn Morris  <rgm@gnu.org>
 
+	* add-log.el (diff-find-source-location): Declare.
+	(find-change-log): If called from a diff buffer, try to switch to the
+	source buffer (e.g. to respect change-log-default-name there).
+
 	* progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
 	unallowed characters; added 2006-10-10 without comment.  (Bug#753)