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.
This commit is contained in:
parent
eb35682e38
commit
6f68a3a29e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue