emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101795: * .dir-locals.el: The Emacs


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101795: * .dir-locals.el: The Emacs convention is sentence-end-double-space.
Date: Mon, 04 Oct 2010 19:40:34 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101795
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2010-10-04 19:40:34 -0700
message:
  * .dir-locals.el: The Emacs convention is sentence-end-double-space.
  Remove arch-tag comment.
modified:
  .dir-locals.el
  ChangeLog
=== modified file '.dir-locals.el'
--- a/.dir-locals.el    2010-03-19 09:46:08 +0000
+++ b/.dir-locals.el    2010-10-05 02:40:34 +0000
@@ -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

=== modified file 'ChangeLog'
--- a/ChangeLog 2010-10-03 15:39:21 +0000
+++ b/ChangeLog 2010-10-05 02:40:34 +0000
@@ -1,3 +1,7 @@
+2010-10-05  Glenn Morris  <address@hidden>
+
+       * .dir-locals.el: The Emacs convention is sentence-end-double-space.
+
 2010-10-03  Dan Nicolaescu  <address@hidden>
 
        * configure.in (NO_INLINE, noinline): Move here from src/xterm.c.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]