]> git.notmuchmail.org Git - notmuch/commitdiff
.dir-locals.el: changed one-char comment prefix '; ' to two; '; ; '
authorTomi Ollila <tomi.ollila@iki.fi>
Sun, 22 Jan 2012 08:35:47 +0000 (10:35 +0200)
committerDavid Bremner <bremner@debian.org>
Sun, 22 Jan 2012 12:41:37 +0000 (08:41 -0400)
Like in emacs/*.el two comment chars (;;) is required so that
(indent-region) doesn't break indentation.

.dir-locals.el

index 044c21480af4ab61f15a33a78d9ff7803021af4b..fc75ae615bd5a73b25eedabdfe0619286c0436b3 100644 (file)
@@ -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)