emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r99693: * .dir-locals.el (c-mode): Tu


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99693: * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
Date: Fri, 19 Mar 2010 02:46:08 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99693
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Fri 2010-03-19 02:46:08 -0700
message:
  * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
modified:
  .dir-locals.el
  ChangeLog
=== modified file '.dir-locals.el'
--- a/.dir-locals.el    2009-12-17 04:12:40 +0000
+++ b/.dir-locals.el    2010-03-19 09:46:08 +0000
@@ -4,6 +4,7 @@
  (change-log-mode . ((add-log-time-zone-rule . t)
                     (fill-column . 74)
                     (bug-reference-url-format . "http://debbugs.gnu.org/%s";)
-                    (mode . bug-reference))))
+                    (mode . bug-reference)))
+ (diff-mode . ((mode . whitespace))))
 
 ;; arch-tag: fb93c160-e9fe-4184-aad1-e4f5daa11cbd

=== modified file 'ChangeLog'
--- a/ChangeLog 2010-03-19 02:42:32 +0000
+++ b/ChangeLog 2010-03-19 09:46:08 +0000
@@ -1,3 +1,7 @@
+2010-03-19  Dan Nicolaescu  <address@hidden>
+
+       * .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
+
 2010-03-19  Glenn Morris  <address@hidden>
 
        * configure.in (HAVE_LIBNCURSES): Add a description to make autoheader


reply via email to

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