emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103989: Revert undocumented change t


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103989: Revert undocumented change to .dir-locals.el in revision 103798.
Date: Sun, 24 Apr 2011 14:34:57 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 103989
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sun 2011-04-24 14:34:57 -0400
message:
  Revert undocumented change to .dir-locals.el in revision 103798.
  
  This bumped fill-column from 70 to 79, but was not documented in the
  commit log, and appears to be a mistake.
modified:
  .dir-locals.el
=== modified file '.dir-locals.el'
--- a/.dir-locals.el    2011-02-25 03:27:45 +0000
+++ b/.dir-locals.el    2011-04-24 18:34:57 +0000
@@ -1,6 +1,6 @@
 ((nil . ((tab-width . 8)
          (sentence-end-double-space . t)
-         (fill-column . 79)))
+         (fill-column . 70)))
  (c-mode . ((c-file-style . "GNU")))
  ;; You must set bugtracker_debbugs_url in your bazaar.conf for this to work.
  ;; See admin/notes/bugtracker.


reply via email to

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