Revert undocumented change to .dir-locals.el in 2011-04-01T17:19:52Z!monnier@iro...
authorChong Yidong <cyd@stupidchicken.com>
Sun, 24 Apr 2011 18:34:57 +0000 (14:34 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 24 Apr 2011 18:34:57 +0000 (14:34 -0400)
This bumped fill-column from 70 to 79, but was not documented in the
commit log, and appears to be a mistake.

.dir-locals.el

index 86410cc..f098f3e 100644 (file)
@@ -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.