diff options
| author | Dmitry Gutov | 2015-09-29 01:39:14 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2015-09-29 01:39:46 +0300 |
| commit | 166a6556d0ec9926035aa2bce3dc0b0827b447ef (patch) | |
| tree | f9c77f7f41fdfaa55212e60fe71d5d595fe3a298 /lisp/progmodes/python.el | |
| parent | 2d712286ac67c3bb4d8da3a6d62d71eca1726aad (diff) | |
| download | emacs-166a6556d0ec9926035aa2bce3dc0b0827b447ef.tar.gz emacs-166a6556d0ec9926035aa2bce3dc0b0827b447ef.zip | |
; Remove extraneous "coding: utf-8" specifications in Elisp files
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index b641e300163..6ff12b54976 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -5123,7 +5123,6 @@ returned as is." | |||
| 5123 | (provide 'python) | 5123 | (provide 'python) |
| 5124 | 5124 | ||
| 5125 | ;; Local Variables: | 5125 | ;; Local Variables: |
| 5126 | ;; coding: utf-8 | ||
| 5127 | ;; indent-tabs-mode: nil | 5126 | ;; indent-tabs-mode: nil |
| 5128 | ;; End: | 5127 | ;; End: |
| 5129 | 5128 | ||