Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4542adfb
Commit
4542adfb
authored
Jul 22, 2008
by
Stefan Monnier
Browse files
(diff-auto-refine-mode): Remove lighter, since it's
otherwise displayed in every buffer.
parent
eb6f7ed0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/diff-mode.el
lisp/diff-mode.el
+1
-1
No files found.
lisp/ChangeLog
View file @
4542adfb
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.
...
...
lisp/diff-mode.el
View file @
4542adfb
...
...
@@ -219,7 +219,7 @@ when editing big diffs)."
"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
))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment