* lisp/vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
2011-03-04 Leo <sdl.web@gmail.com>
|
||||
|
||||
* vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
|
||||
|
||||
* time.el (display-time-world-list): Fix typo. (Bug#7571)
|
||||
|
||||
2011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
|
||||
|
||||
@@ -1266,7 +1266,7 @@ a diff with \\[diff-reverse-direction].
|
||||
|
||||
;; Set up `whitespace-mode' so that turning it on will show trailing
|
||||
;; whitespace problems on the modified lines of the diff.
|
||||
(set (make-local-variable 'whitespace-style) '(trailing))
|
||||
(set (make-local-variable 'whitespace-style) '(face trailing))
|
||||
(set (make-local-variable 'whitespace-trailing-regexp)
|
||||
"^[-\+!<>].*?\\([\t ]+\\)$")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user