[PATCH] .dir-locals.el: changed one-char comment prefix '; ' to two; '; ; '

Subject: [PATCH] .dir-locals.el: changed one-char comment prefix '; ' to two; '; ; '

Date: Sun, 22 Jan 2012 10:35:47 +0200

To: notmuch@notmuchmail.org

Cc: Tomi Ollila

From: Tomi Ollila


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


Thread: