From: Tomi Ollila Date: Sun, 22 Jan 2012 08:35:47 +0000 (+0200) Subject: .dir-locals.el: changed one-char comment prefix '; ' to two; '; ; ' X-Git-Tag: debian/0.12_rc1-1~175 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=ce3513261d447c96f59a5d5f4a18ec55beed92f4;ds=sidebyside .dir-locals.el: changed one-char comment prefix '; ' to two; '; ; ' Like in emacs/*.el two comment chars (;;) is required so that (indent-region) doesn't break indentation. --- diff --git a/.dir-locals.el b/.dir-locals.el index 044c2148..fc75ae61 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)