diff options
Diffstat (limited to 'lisp/diff-mode.el')
-rw-r--r-- | lisp/diff-mode.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index 6cd4c843ad1..09c3b6a8939 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." |