Mercurial > emacs
changeset 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 | 605ff890793b |
children | 531d21ce5cca |
files | lisp/ChangeLog lisp/diff-mode.el |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jul 22 19:25:23 2008 +0000 +++ b/lisp/ChangeLog Tue Jul 22 20:55:30 2008 +0000 @@ -1,5 +1,8 @@ 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca> + * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's + otherwise displayed in every buffer. + * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure. (vc-arch-trim-one-revlib): Delete temp directories as well.
--- 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))))