summaryrefslogtreecommitdiff
path: root/jsongen.py.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-02 06:50:46 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-02 06:50:46 -0400
commit7838e15cecdba130ae6ad3b8104eb960ef6acf3c (patch)
treed52df6db02cf1d3393a7780a66c0d541cd449cab /jsongen.py.in
parent62732330bcf9929f0673467b6ee036e18c7d5257 (diff)
downloadgpsd-7838e15cecdba130ae6ad3b8104eb960ef6acf3c.tar.gz
Force Python Emacs mode in places where appropriate.
Diffstat (limited to 'jsongen.py.in')
-rw-r--r--jsongen.py.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/jsongen.py.in b/jsongen.py.in
index 56361b7a..bf080c23 100644
--- a/jsongen.py.in
+++ b/jsongen.py.in
@@ -524,3 +524,7 @@ if __name__ == '__main__':
/* Generated code ends. */
"""
+# The following sets edit modes for GNU EMACS
+# Local Variables:
+# mode:python
+# End: