[gobject-introspection] .dir-locals: Fix unbalanced parenthesis
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] .dir-locals: Fix unbalanced parenthesis
- Date: Mon, 2 Jan 2012 18:26:25 +0000 (UTC)
commit 979afbcc5a0a8e4b1b16ad5d5cf1740ee2a14033
Author: Colin Walters <walters verbum org>
Date: Mon Jan 2 13:25:38 2012 -0500
.dir-locals: Fix unbalanced parenthesis
.dir-locals.el | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.dir-locals.el b/.dir-locals.el
index 300c359..63fd38c 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,5 +1,5 @@
((c-mode . ((c-file-style . "GNU")
(indent-tabs-mode . nil)
(show-trailing-whitespace . t)))
-((python-mode . ((indent-tabs-mode . nil)
- (show-trailing-whitespace . t)))
+ (python-mode . ((indent-tabs-mode . nil)
+ (show-trailing-whitespace . t))))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]