aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2012-09-06 09:42:35 -0600
committerEric Blake <eblake@redhat.com>2012-09-06 09:43:46 -0600
commitb6a14aec5f29073b07a84188849a9cba95090588 (patch)
tree935c68aa4c9b8c2ac5d7764f252b0bb39a10f3a6 /.dir-locals.el
parentlist: fix typo in virsh patch (diff)
downloadlibvirt-b6a14aec5f29073b07a84188849a9cba95090588.tar.gz
libvirt-b6a14aec5f29073b07a84188849a9cba95090588.tar.bz2
libvirt-b6a14aec5f29073b07a84188849a9cba95090588.zip
build: avoid tabs that failed syntax-check
Introduced in commit f299ddd6. * src/check-symfile.pl: Fix whitespace. * .dir-locals.el (perl-mode): Prevent future occurrences.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index c10603ccb..a27908f5d 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -14,4 +14,7 @@
(nxml-mode . (
(indent-tabs-mode . nil)
))
+ (perl-mode . (
+ (indent-tabs-mode . nil)
+ ))
)