read-line should use port's encoding, not locale's encoding
[bpt/guile.git] / .dir-locals.el
CommitLineData
2bc8d9ef
LC
1;; Per-directory local variables for GNU Emacs 23 and later.
2
3((nil . ((fill-column . 80)
4 (tab-width . 8)))
5 (c-mode . ((c-file-style . "gnu")))
6 (scheme-mode . ((indent-tabs-mode . nil)))
d2add8ae
LC
7 (emacs-lisp-mode . ((indent-tabs-mode . nil)))
8 (texinfo-mode . ((indent-tabs-mode . nil))))