1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

* .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.

This commit is contained in:
Dan Nicolaescu 2010-03-19 02:46:08 -07:00
parent 3c95bbb621
commit a3ab37b334
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,7 @@
2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
* .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
2010-03-19 Glenn Morris <rgm@gnu.org>
* configure.in (HAVE_LIBNCURSES): Add a description to make autoheader