summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-09-16 02:42:34 +0000
committerGlenn Morris <rgm@gnu.org>2008-09-16 02:42:34 +0000
commit62d93502dd0639a1364424f649060b05f4d69713 (patch)
tree3be44b42ccb9d264322fd7d1974e042b66596634 /lisp
parentdc18400924935a6f85a919f69e53260fc606b0e4 (diff)
downloademacs-62d93502dd0639a1364424f649060b05f4d69713.tar.gz
(diff-find-source-location): Update declaration.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog7
-rw-r--r--lisp/add-log.el2
2 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fdae2290ac8..498b80030c3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
+2008-09-16 Glenn Morris <rgm@gnu.org>
+
+ * add-log.el (diff-find-source-location): Update declaration.
+
+ * progmodes/make-mode.el (makefile-match-function-end):
+ Move point. (Bug#983)
+
2008-09-16 Daiki Ueno <ueno@unixuser.org>
* epg.el (epg-start-verify): Pass "--verify" to gpgsm.
diff --git a/lisp/add-log.el b/lisp/add-log.el
index 107bee7d8d5..f6d53a4a6db 100644
--- a/lisp/add-log.el
+++ b/lisp/add-log.el
@@ -670,7 +670,7 @@ nil, by matching `change-log-version-number-regexp-list'."
version)))))
(declare-function diff-find-source-location "diff-mode"
- (&optional other-file reverse))
+ (&optional other-file reverse noprompt))
;;;###autoload
(defun find-change-log (&optional file-name buffer-file)