* .dir-locals.el: The Emacs convention is sentence-end-double-space.

Remove arch-tag comment.
This commit is contained in:
Glenn Morris 2010-10-04 19:40:34 -07:00
parent cfadea45db
commit 888328d21b
2 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -1,3 +1,7 @@
2010-10-05 Glenn Morris <rgm@gnu.org>
* .dir-locals.el: The Emacs convention is sentence-end-double-space.
2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
* configure.in (NO_INLINE, noinline): Move here from src/xterm.c.