Fix accessor struct field inlining
[bpt/guile.git] / .dir-locals.el
CommitLineData
2bc8d9ef
LC
1;; Per-directory local variables for GNU Emacs 23 and later.
2
720a91c1 3((nil . ((fill-column . 72)
2bc8d9ef
LC
4 (tab-width . 8)))
5 (c-mode . ((c-file-style . "gnu")))
d4eee584
LC
6 (scheme-mode
7 . ((indent-tabs-mode . nil)
e8772a9e
LC
8 (eval . (put 'pass-if 'scheme-indent-function 1))
9 (eval . (put 'pass-if-exception 'scheme-indent-function 2))
10 (eval . (put 'pass-if-equal 'scheme-indent-function 2))
ee49b168
LC
11 (eval . (put 'with-test-prefix 'scheme-indent-function 1))
12 (eval . (put 'with-code-coverage 'scheme-indent-function 1))
13 (eval . (put 'with-statprof 'scheme-indent-function 1))))
d2add8ae 14 (emacs-lisp-mode . ((indent-tabs-mode . nil)))
720a91c1
AW
15 (texinfo-mode . ((indent-tabs-mode . nil)
16 (fill-column . 72))))