From: Glenn Morris Date: Tue, 5 Oct 2010 02:40:34 +0000 (-0700) Subject: * .dir-locals.el: The Emacs convention is sentence-end-double-space. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~46^2~179 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=888328d21bccff8c7acba9f2d1dce31c3e2ad572;p=emacs.git * .dir-locals.el: The Emacs convention is sentence-end-double-space. Remove arch-tag comment. --- 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 diff --git a/ChangeLog b/ChangeLog index fc541930c4d..9f785c9e396 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-10-05 Glenn Morris + + * .dir-locals.el: The Emacs convention is sentence-end-double-space. + 2010-10-03 Dan Nicolaescu * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.