aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-06-18 14:04:21 -0400
committerGlenn Morris2012-06-18 14:04:21 -0400
commita633e6a2b408d34482a9fb689585c6a8a2aea2aa (patch)
treee703080170067413a280bb979cbce0e33f0a469a
parent1053a8716ba9f1834eccff14ece377928a4bd244 (diff)
downloademacs-a633e6a2b408d34482a9fb689585c6a8a2aea2aa.tar.gz
emacs-a633e6a2b408d34482a9fb689585c6a8a2aea2aa.zip
Add coding cookie
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index dfa72a3084a..db21d800e70 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1,4 +1,4 @@
1;;; python.el --- Python's flying circus support for Emacs 1;;; python.el --- Python's flying circus support for Emacs -*- coding: utf-8 -*-
2 2
3;; Copyright (C) 2003-2012 Free Software Foundation, Inc. 3;; Copyright (C) 2003-2012 Free Software Foundation, Inc.
4 4