emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103511: * lisp/vc/diff-mode.el (diff


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103511: * lisp/vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
Date: Fri, 04 Mar 2011 00:01:24 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103511
author: Leo <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2011-03-04 00:01:24 -0800
message:
  * lisp/vc/diff-mode.el (diff-mode): Fix whitespace-style.  (Bug#8139)
modified:
  lisp/ChangeLog
  lisp/vc/diff-mode.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-03-04 06:35:49 +0000
+++ b/lisp/ChangeLog    2011-03-04 08:01:24 +0000
@@ -10,6 +10,8 @@
 
 2011-03-04  Leo  <address@hidden>
 
+       * 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  <address@hidden>  (tiny change)

=== modified file 'lisp/vc/diff-mode.el'
--- a/lisp/vc/diff-mode.el      2011-02-01 21:22:21 +0000
+++ b/lisp/vc/diff-mode.el      2011-03-04 08:01:24 +0000
@@ -1266,7 +1266,7 @@
 
   ;; 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 ]+\\)$")
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]