Mercurial > emacs
changeset 110767:2c36d4f54456
* .dir-locals.el: The Emacs convention is sentence-end-double-space.
Remove arch-tag comment.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 04 Oct 2010 19:40:34 -0700 |
parents | 5613a6649f72 |
children | c389bae37f05 |
files | .dir-locals.el ChangeLog |
diffstat | 2 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.dir-locals.el Tue Oct 05 02:08:37 2010 +0000 +++ b/.dir-locals.el Mon Oct 04 19:40:34 2010 -0700 @@ -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
--- a/ChangeLog Tue Oct 05 02:08:37 2010 +0000 +++ b/ChangeLog Mon Oct 04 19:40:34 2010 -0700 @@ -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.