diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2011-04-24 14:34:57 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-04-24 14:34:57 -0400 |
commit | 6f68a3a29e621368e6b726dcd11532140695dbad (patch) | |
tree | 55fb4ebe23086f7a0c46840aeae2599dd88e9732 /.dir-locals.el | |
parent | eb35682e38e8a13f776f61c1c5f53cac425495cc (diff) | |
download | emacs-6f68a3a29e621368e6b726dcd11532140695dbad.tar.gz |
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.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 86410cc8f40..f098f3e7460 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. |