From: Chong Yidong Date: Sun, 24 Apr 2011 18:34:57 +0000 (-0400) Subject: Revert undocumented change to .dir-locals.el in 2011-04-01T17:19:52Z!monnier@iro... X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~215^2~24 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/6f68a3a29e621368e6b726dcd11532140695dbad Revert undocumented change to .dir-locals.el in 2011-04-01T17:19:52Z!monnier@iro.umontreal.ca. This bumped fill-column from 70 to 79, but was not documented in the commit log, and appears to be a mistake. --- diff --git a/.dir-locals.el b/.dir-locals.el index 86410cc8f4..f098f3e746 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -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.