diff options
author | Glenn Morris <rgm@gnu.org> | 2010-10-04 19:40:34 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-10-04 19:40:34 -0700 |
commit | 888328d21bccff8c7acba9f2d1dce31c3e2ad572 (patch) | |
tree | edb06254b54f0a75676005c39c91008a604c8e2b /.dir-locals.el | |
parent | cfadea45dbc6168e97f464956b8fc5c84103ecb3 (diff) | |
download | emacs-888328d21bccff8c7acba9f2d1dce31c3e2ad572.tar.gz |
* .dir-locals.el: The Emacs convention is sentence-end-double-space.
Remove arch-tag comment.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 3 |
1 files changed, 1 insertions, 2 deletions
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 |