[PATCH] .dir-locals.el: changed one-char comment prefix '; ' to two; '; ; '
Tomi Ollila
tomi.ollila at iki.fi
Sun Jan 22 00:35:47 PST 2012
Like in emacs/*.el two comment chars (;;) is required so that
(indent-region) doesn't break indentation.
---
.dir-locals.el | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.dir-locals.el b/.dir-locals.el
index 044c214..fc75ae6 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,6 +1,6 @@
-; emacs local configuration settings for notmuch source
-; surmised by dkg on 2010-11-23 13:43:18-0500
-; amended by amdragon on 2011-06-06
+;; emacs local configuration settings for notmuch source
+;; surmised by dkg on 2010-11-23 13:43:18-0500
+;; amended by amdragon on 2011-06-06
((c-mode
(indent-tabs-mode . t)
--
1.7.6.1
More information about the notmuch
mailing list