diff lisp/diff-mode.el @ 96907:c80b0289ddf5

(diff-auto-refine-mode): Remove lighter, since it's otherwise displayed in every buffer.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 22 Jul 2008 20:55:30 +0000
parents b9de9e7dceed
children c80df631ecf5
line wrap: on
line diff
--- a/lisp/diff-mode.el	Tue Jul 22 19:25:23 2008 +0000
+++ b/lisp/diff-mode.el	Tue Jul 22 20:55:30 2008 +0000
@@ -219,7 +219,7 @@
   "Automatically highlight changes in detail as the user visits hunks.
 When transitioning from disabled to enabled,
 try to refine the current hunk, as well."
-  :group 'diff-mode :init-value t :lighter " Auto-Refine"
+  :group 'diff-mode :init-value t :lighter nil ;; " Auto-Refine"
   (when diff-auto-refine-mode
     (condition-case-no-debug nil (diff-refine-hunk) (error nil))))