comparison lisp/add-log.el @ 98190:06cc410bdefa

(diff-find-source-location): Update declaration.
author Glenn Morris <rgm@gnu.org>
date Tue, 16 Sep 2008 02:42:21 +0000
parents 9a65ff5a8499
children a9dc0e7c3f2b
comparison
equal deleted inserted replaced
98189:5ac5a5adc028 98190:06cc410bdefa
668 (setq version (match-string 1) 668 (setq version (match-string 1)
669 regexps nil)))) 669 regexps nil))))
670 version))))) 670 version)))))
671 671
672 (declare-function diff-find-source-location "diff-mode" 672 (declare-function diff-find-source-location "diff-mode"
673 (&optional other-file reverse)) 673 (&optional other-file reverse noprompt))
674 674
675 ;;;###autoload 675 ;;;###autoload
676 (defun find-change-log (&optional file-name buffer-file) 676 (defun find-change-log (&optional file-name buffer-file)
677 "Find a change log file for \\[add-change-log-entry] and return the name. 677 "Find a change log file for \\[add-change-log-entry] and return the name.
678 678