diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-08-31 13:47:51 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-08-31 13:47:51 +0000 |
commit | 6e0f362cb0a10f1a71fcc10ca8c979de4673217c (patch) | |
tree | 5c7a8fc31d1c494d9ae705a522a06d175106821e /lisp/diff-mode.el | |
parent | e47a90e571ff699fd2df7b5b5ccb4b745630082d (diff) | |
download | emacs-6e0f362cb0a10f1a71fcc10ca8c979de4673217c.tar.gz |
(add-log-buffer-file-name-function): Add defvar.
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." |