aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/diff-mode.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-08-31 13:47:51 +0000
committerJuanma Barranquero <[email protected]>2005-08-31 13:47:51 +0000
commit6e0f362cb0a10f1a71fcc10ca8c979de4673217c (patch)
tree5c7a8fc31d1c494d9ae705a522a06d175106821e /lisp/diff-mode.el
parente47a90e571ff699fd2df7b5b5ccb4b745630082d (diff)
(add-log-buffer-file-name-function): Add defvar.
Diffstat (limited to 'lisp/diff-mode.el')
-rw-r--r--lisp/diff-mode.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el
index 6cd4c843ad..09c3b6a893 100644
--- a/lisp/diff-mode.el
+++ b/lisp/diff-mode.el
@@ -55,6 +55,8 @@
(eval-when-compile (require 'cl))
+(defvar add-log-buffer-file-name-function)
+
(defgroup diff-mode ()
"Major mode for viewing/editing diffs."