summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-02-17 00:31:04 +0100
committerLudovic Courtès <ludo@gnu.org>2010-02-17 00:31:04 +0100
commitd2add8ae1164e2bd482a5c419e3c90211a8a312a (patch)
tree1dffc1731233346624a74418b8c1ffd88663aca3 /.dir-locals.el
parenta104b81cc40b5ff321605ca3731103bbd0e98894 (diff)
downloadguile-d2add8ae1164e2bd482a5c419e3c90211a8a312a.tar.gz
Remove misplaced tabs from the manual.
* doc/ref/posix.texi (Network Databases): Remove tabs from `getaddrinfo' example. * .dir-locals.el: Set `indent-tabs-mode' to `t' for `texinfo-mode'.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index b17c79baf..ca0c3370d 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -4,4 +4,5 @@
(tab-width . 8)))
(c-mode . ((c-file-style . "gnu")))
(scheme-mode . ((indent-tabs-mode . nil)))
- (emacs-lisp-mode . ((indent-tabs-mode . nil))))
+ (emacs-lisp-mode . ((indent-tabs-mode . nil)))
+ (texinfo-mode . ((indent-tabs-mode . nil))))