From 888328d21bccff8c7acba9f2d1dce31c3e2ad572 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 4 Oct 2010 19:40:34 -0700 Subject: * .dir-locals.el: The Emacs convention is sentence-end-double-space. Remove arch-tag comment. --- .dir-locals.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index 12b85561ee8..f12dbf7d859 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,4 +1,5 @@ ((nil . ((tab-width . 8) + (sentence-end-double-space . t) (fill-column . 70))) (c-mode . ((c-file-style . "GNU"))) (change-log-mode . ((add-log-time-zone-rule . t) @@ -6,5 +7,3 @@ (bug-reference-url-format . "http://debbugs.gnu.org/%s") (mode . bug-reference))) (diff-mode . ((mode . whitespace)))) - -;; arch-tag: fb93c160-e9fe-4184-aad1-e4f5daa11cbd -- cgit v1.2.1