view .dir-locals.el @ 104450:08a15f853c45

lisp/cedet/semantic/edit.el: Add local vars for autoloading. Autoload semantic-parse-changes-default defalias. lisp/cedet/semantic/analyze/complete.el: Require semantic/find when compiling. lisp/cedet/semantic/analyze/debug.el: Require semantic and semantic/analyze/complete. Require semantic/find when compiling. (semantic-analyzer-debug-insert-include-summary): Require semantic/dep. lisp/cedet/semantic/analyze/fcn.el: Require semantic and semantic/tag.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 05 Sep 2009 20:38:12 +0000
parents 0e54839aa8e1
children 241af6b11bb4
line wrap: on
line source

((nil . ((tab-width . 8)
         (fill-column . 70)))
 (c-mode . ((c-file-style . "GNU")))
 (change-log-mode . ((add-log-time-zone-rule . t)
		     (fill-column . 74)
		     (bug-reference-url-format
                      . "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"))))

;; arch-tag: fb93c160-e9fe-4184-aad1-e4f5daa11cbd