[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] 01/02: Fix parens in .dir-locals.el
From: |
Andy Wingo |
Subject: |
[Guile-commits] 01/02: Fix parens in .dir-locals.el |
Date: |
Sat, 9 May 2020 16:29:46 -0400 (EDT) |
wingo pushed a commit to branch master
in repository guile.
commit c49ccfbc3d9530efcff54f99a9b927af05409e2c
Author: Andy Wingo <address@hidden>
AuthorDate: Sat May 9 21:53:02 2020 +0200
Fix parens in .dir-locals.el
* .dir-locals.el (c-mode): Fix parens. Doh!
---
.dir-locals.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.dir-locals.el b/.dir-locals.el
index 22464d3..c987955 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -42,7 +42,7 @@
(eval . (put '$letrec 'scheme-indent-function 3))
(eval . (put '$kclause 'scheme-indent-function 1))
(eval . (put '$fun 'scheme-indent-function 1))
- (eval . (put 'syntax-parameterize 'scheme-indent-function 1))))))
+ (eval . (put 'syntax-parameterize 'scheme-indent-function 1))))
(emacs-lisp-mode . ((indent-tabs-mode . nil)))
(texinfo-mode . ((indent-tabs-mode . nil)
(fill-column . 72))))