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 | |
| 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')
| -rw-r--r-- | lisp/progmodes/cmacexp.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/f90.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/hideshow.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/js.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/python.el | 1 |
5 files changed, 1 insertions, 14 deletions
diff --git a/lisp/progmodes/cmacexp.el b/lisp/progmodes/cmacexp.el index 0f5b1bb8c6a..9953cae2bef 100644 --- a/lisp/progmodes/cmacexp.el +++ b/lisp/progmodes/cmacexp.el | |||
| @@ -405,7 +405,3 @@ Optional arg DISPLAY non-nil means show messages in the echo area." | |||
| 405 | (kill-buffer outbuf)))) | 405 | (kill-buffer outbuf)))) |
| 406 | 406 | ||
| 407 | ;;; cmacexp.el ends here | 407 | ;;; cmacexp.el ends here |
| 408 | |||
| 409 | ;; Local Variables: | ||
| 410 | ;; coding: utf-8 | ||
| 411 | ;; End: | ||
diff --git a/lisp/progmodes/f90.el b/lisp/progmodes/f90.el index 0ac59e1a1ea..5c938fd1a93 100644 --- a/lisp/progmodes/f90.el +++ b/lisp/progmodes/f90.el | |||
| @@ -2382,8 +2382,4 @@ escape character." | |||
| 2382 | 2382 | ||
| 2383 | (provide 'f90) | 2383 | (provide 'f90) |
| 2384 | 2384 | ||
| 2385 | ;; Local Variables: | ||
| 2386 | ;; coding: utf-8 | ||
| 2387 | ;; End: | ||
| 2388 | |||
| 2389 | ;;; f90.el ends here | 2385 | ;;; f90.el ends here |
diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el index 845abc09842..dba497b1f41 100644 --- a/lisp/progmodes/hideshow.el +++ b/lisp/progmodes/hideshow.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; hideshow.el --- minor mode cmds to selectively display code/comment blocks -*- coding: utf-8 -*- | 1 | ;;; hideshow.el --- minor mode cmds to selectively display code/comment blocks |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994-2015 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994-2015 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el index ab994f38252..f2140159e64 100644 --- a/lisp/progmodes/js.el +++ b/lisp/progmodes/js.el | |||
| @@ -3571,8 +3571,4 @@ If one hasn't been set, or if it's stale, prompt for a new one." | |||
| 3571 | 3571 | ||
| 3572 | (provide 'js) | 3572 | (provide 'js) |
| 3573 | 3573 | ||
| 3574 | ;; Local Variables: | ||
| 3575 | ;; coding: utf-8 | ||
| 3576 | ;; End: | ||
| 3577 | |||
| 3578 | ;; js.el ends here | 3574 | ;; js.el ends here |
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 | ||