aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Gutov2015-09-29 01:39:14 +0300
committerDmitry Gutov2015-09-29 01:39:46 +0300
commit166a6556d0ec9926035aa2bce3dc0b0827b447ef (patch)
treef9c77f7f41fdfaa55212e60fe71d5d595fe3a298
parent2d712286ac67c3bb4d8da3a6d62d71eca1726aad (diff)
downloademacs-166a6556d0ec9926035aa2bce3dc0b0827b447ef.tar.gz
emacs-166a6556d0ec9926035aa2bce3dc0b0827b447ef.zip
; Remove extraneous "coding: utf-8" specifications in Elisp files
-rw-r--r--admin/authors.el2
-rw-r--r--etc/themes/wombat-theme.el2
-rw-r--r--lisp/battery.el2
-rw-r--r--lisp/calc/calc-aent.el1
-rw-r--r--lisp/calc/calc-ext.el4
-rw-r--r--lisp/calc/calc-lang.el4
-rw-r--r--lisp/calc/calc-store.el4
-rw-r--r--lisp/calc/calc-units.el4
-rw-r--r--lisp/calc/calc.el4
-rw-r--r--lisp/calc/calccomp.el4
-rw-r--r--lisp/calendar/cal-bahai.el4
-rw-r--r--lisp/calendar/cal-french.el4
-rw-r--r--lisp/calendar/cal-menu.el4
-rw-r--r--lisp/calendar/calendar.el1
-rw-r--r--lisp/calendar/diary-lib.el4
-rw-r--r--lisp/calendar/holidays.el4
-rw-r--r--lisp/calendar/icalendar.el2
-rw-r--r--lisp/color.el2
-rw-r--r--lisp/desktop.el4
-rw-r--r--lisp/dnd.el2
-rw-r--r--lisp/emacs-lisp/cconv.el2
-rw-r--r--lisp/emacs-lisp/cl-macs.el2
-rw-r--r--lisp/emacs-lisp/copyright.el5
-rw-r--r--lisp/emacs-lisp/macroexp.el2
-rw-r--r--lisp/emacs-lisp/pcase.el2
-rw-r--r--lisp/emacs-lisp/shadow.el4
-rw-r--r--lisp/emacs-lisp/tabulated-list.el4
-rw-r--r--lisp/filesets.el2
-rw-r--r--lisp/fringe.el2
-rw-r--r--lisp/htmlfontify.el4
-rw-r--r--lisp/ibuffer.el4
-rw-r--r--lisp/mail/footnote.el2
-rw-r--r--lisp/mail/mail-extr.el2
-rw-r--r--lisp/mail/sendmail.el1
-rw-r--r--lisp/mail/uce.el4
-rw-r--r--lisp/man.el2
-rw-r--r--lisp/net/eudc-bob.el2
-rw-r--r--lisp/net/eudc-export.el2
-rw-r--r--lisp/net/eudc-hotlist.el2
-rw-r--r--lisp/net/eudc-vars.el2
-rw-r--r--lisp/net/eudc.el2
-rw-r--r--lisp/net/eudcb-bbdb.el2
-rw-r--r--lisp/net/eudcb-ldap.el2
-rw-r--r--lisp/net/eudcb-ph.el2
-rw-r--r--lisp/net/shr.el4
-rw-r--r--lisp/obsolete/iso-insert.el2
-rw-r--r--lisp/play/5x5.el2
-rw-r--r--lisp/play/bubbles.el2
-rw-r--r--lisp/play/handwrite.el2
-rw-r--r--lisp/play/morse.el2
-rw-r--r--lisp/progmodes/cmacexp.el4
-rw-r--r--lisp/progmodes/f90.el4
-rw-r--r--lisp/progmodes/hideshow.el2
-rw-r--r--lisp/progmodes/js.el4
-rw-r--r--lisp/progmodes/python.el1
-rw-r--r--lisp/ruler-mode.el4
-rw-r--r--lisp/skeleton.el2
-rw-r--r--lisp/subr.el2
-rw-r--r--lisp/tempo.el4
-rw-r--r--lisp/term/x-win.el2
-rw-r--r--lisp/textmodes/conf-mode.el2
-rw-r--r--lisp/textmodes/fill.el2
-rw-r--r--lisp/textmodes/paragraphs.el4
-rw-r--r--lisp/textmodes/po.el2
-rw-r--r--lisp/textmodes/tex-mode.el2
-rw-r--r--lisp/textmodes/texinfo.el2
-rw-r--r--lisp/textmodes/tildify.el5
-rw-r--r--lisp/time.el2
-rw-r--r--lisp/vc/cvs-status.el2
-rw-r--r--lisp/wdired.el1
-rw-r--r--lisp/woman.el5
-rw-r--r--lisp/x-dnd.el2
-rw-r--r--test/automated/mule-util.el2
-rw-r--r--test/automated/python-tests.el1
74 files changed, 41 insertions, 158 deletions
diff --git a/admin/authors.el b/admin/authors.el
index 092da68dbce..3d7850af57d 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -1,4 +1,4 @@
1;;; authors.el --- utility for maintaining Emacs's AUTHORS file -*-coding: utf-8 -*- 1;;; authors.el --- utility for maintaining Emacs's AUTHORS file
2 2
3;; Copyright (C) 2000-2015 Free Software Foundation, Inc. 3;; Copyright (C) 2000-2015 Free Software Foundation, Inc.
4 4
diff --git a/etc/themes/wombat-theme.el b/etc/themes/wombat-theme.el
index d49f9bf636f..734731a1ffa 100644
--- a/etc/themes/wombat-theme.el
+++ b/etc/themes/wombat-theme.el
@@ -1,4 +1,4 @@
1;;; wombat-theme.el --- Custom face theme for Emacs -*-coding: utf-8 -*- 1;;; wombat-theme.el --- Custom face theme for Emacs
2 2
3;; Copyright (C) 2011-2015 Free Software Foundation, Inc. 3;; Copyright (C) 2011-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/battery.el b/lisp/battery.el
index b9ce5b49093..b33e906f21e 100644
--- a/lisp/battery.el
+++ b/lisp/battery.el
@@ -1,4 +1,4 @@
1;;; battery.el --- display battery status information -*- coding: utf-8 -*- 1;;; battery.el --- display battery status information
2 2
3;; Copyright (C) 1997-1998, 2000-2015 Free Software Foundation, Inc. 3;; Copyright (C) 1997-1998, 2000-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/calc/calc-aent.el b/lisp/calc/calc-aent.el
index 2319c484498..6336c3362fb 100644
--- a/lisp/calc/calc-aent.el
+++ b/lisp/calc/calc-aent.el
@@ -1266,7 +1266,6 @@ If the current Calc language does not use placeholders, return nil."
1266(provide 'calc-aent) 1266(provide 'calc-aent)
1267 1267
1268;; Local variables: 1268;; Local variables:
1269;; coding: utf-8
1270;; generated-autoload-file: "calc-loaddefs.el" 1269;; generated-autoload-file: "calc-loaddefs.el"
1271;; End: 1270;; End:
1272 1271
diff --git a/lisp/calc/calc-ext.el b/lisp/calc/calc-ext.el
index 933c446875e..9adf66f23bd 100644
--- a/lisp/calc/calc-ext.el
+++ b/lisp/calc/calc-ext.el
@@ -3507,8 +3507,4 @@ A key may contain additional specs for Inverse, Hyperbolic, and Inv+Hyp.")
3507 3507
3508(provide 'calc-ext) 3508(provide 'calc-ext)
3509 3509
3510;; Local variables:
3511;; coding: utf-8
3512;; End:
3513
3514;;; calc-ext.el ends here 3510;;; calc-ext.el ends here
diff --git a/lisp/calc/calc-lang.el b/lisp/calc/calc-lang.el
index 6b3b949424d..94366060a41 100644
--- a/lisp/calc/calc-lang.el
+++ b/lisp/calc/calc-lang.el
@@ -2525,8 +2525,4 @@ order to Calc's."
2525 2525
2526(provide 'calc-lang) 2526(provide 'calc-lang)
2527 2527
2528;; Local variables:
2529;; coding: utf-8
2530;; End:
2531
2532;;; calc-lang.el ends here 2528;;; calc-lang.el ends here
diff --git a/lisp/calc/calc-store.el b/lisp/calc/calc-store.el
index 21209c66677..2684e627883 100644
--- a/lisp/calc/calc-store.el
+++ b/lisp/calc/calc-store.el
@@ -677,8 +677,4 @@
677 677
678(provide 'calc-store) 678(provide 'calc-store)
679 679
680;; Local variables:
681;; coding: utf-8
682;; End:
683
684;;; calc-store.el ends here 680;;; calc-store.el ends here
diff --git a/lisp/calc/calc-units.el b/lisp/calc/calc-units.el
index 4373e52eb87..a450d8f82a9 100644
--- a/lisp/calc/calc-units.el
+++ b/lisp/calc/calc-units.el
@@ -2163,8 +2163,4 @@ If non-nil, return a list consisting of the note and the cents coefficient."
2163 2163
2164(provide 'calc-units) 2164(provide 'calc-units)
2165 2165
2166;; Local variables:
2167;; coding: utf-8
2168;; End:
2169
2170;;; calc-units.el ends here 2166;;; calc-units.el ends here
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el
index b4b0ad8b185..de7bfb8cbef 100644
--- a/lisp/calc/calc.el
+++ b/lisp/calc/calc.el
@@ -3918,8 +3918,4 @@ See Info node `(calc)Defining Functions'."
3918 3918
3919(provide 'calc) 3919(provide 'calc)
3920 3920
3921;; Local variables:
3922;; coding: utf-8
3923;; End:
3924
3925;;; calc.el ends here 3921;;; calc.el ends here
diff --git a/lisp/calc/calccomp.el b/lisp/calc/calccomp.el
index a3432c14b15..119f41993c3 100644
--- a/lisp/calc/calccomp.el
+++ b/lisp/calc/calccomp.el
@@ -1670,8 +1670,4 @@
1670 1670
1671(provide 'calccomp) 1671(provide 'calccomp)
1672 1672
1673;; Local variables:
1674;; coding: utf-8
1675;; End:
1676
1677;;; calccomp.el ends here 1673;;; calccomp.el ends here
diff --git a/lisp/calendar/cal-bahai.el b/lisp/calendar/cal-bahai.el
index 998dc6c7056..d0b3021ea60 100644
--- a/lisp/calendar/cal-bahai.el
+++ b/lisp/calendar/cal-bahai.el
@@ -324,8 +324,4 @@ Prefix argument ARG will make the entry nonmarking."
324 324
325(provide 'cal-bahai) 325(provide 'cal-bahai)
326 326
327;; Local Variables:
328;; coding: utf-8
329;; End:
330
331;;; cal-bahai.el ends here 327;;; cal-bahai.el ends here
diff --git a/lisp/calendar/cal-french.el b/lisp/calendar/cal-french.el
index b88adb9b636..33e8e8e0618 100644
--- a/lisp/calendar/cal-french.el
+++ b/lisp/calendar/cal-french.el
@@ -256,8 +256,4 @@ Echo French Revolutionary date unless NOECHO is non-nil."
256 256
257(provide 'cal-french) 257(provide 'cal-french)
258 258
259;; Local Variables:
260;; coding: utf-8
261;; End:
262
263;;; cal-french.el ends here 259;;; cal-french.el ends here
diff --git a/lisp/calendar/cal-menu.el b/lisp/calendar/cal-menu.el
index 251d811bc52..211f16c22f7 100644
--- a/lisp/calendar/cal-menu.el
+++ b/lisp/calendar/cal-menu.el
@@ -280,8 +280,4 @@ is non-nil."
280 280
281(provide 'cal-menu) 281(provide 'cal-menu)
282 282
283;; Local Variables:
284;; coding: utf-8
285;; End:
286
287;;; cal-menu.el ends here 283;;; cal-menu.el ends here
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el
index 86e5477aa6f..f188b68b050 100644
--- a/lisp/calendar/calendar.el
+++ b/lisp/calendar/calendar.el
@@ -2635,7 +2635,6 @@ If called by a mouse-event, pops up a menu with the result."
2635 2635
2636;; Local variables: 2636;; Local variables:
2637;; byte-compile-dynamic: t 2637;; byte-compile-dynamic: t
2638;; coding: utf-8
2639;; End: 2638;; End:
2640 2639
2641;;; calendar.el ends here 2640;;; calendar.el ends here
diff --git a/lisp/calendar/diary-lib.el b/lisp/calendar/diary-lib.el
index a1370bbc5e3..7382abf67fc 100644
--- a/lisp/calendar/diary-lib.el
+++ b/lisp/calendar/diary-lib.el
@@ -2534,8 +2534,4 @@ entry is found the user is asked to confirm its addition."
2534 2534
2535(provide 'diary-lib) 2535(provide 'diary-lib)
2536 2536
2537;; Local Variables:
2538;; coding: utf-8
2539;; End:
2540
2541;;; diary-lib.el ends here 2537;;; diary-lib.el ends here
diff --git a/lisp/calendar/holidays.el b/lisp/calendar/holidays.el
index bd3a558dc2c..307ab4deb82 100644
--- a/lisp/calendar/holidays.el
+++ b/lisp/calendar/holidays.el
@@ -823,8 +823,4 @@ arguments, it returns the date of Pascha (Greek Orthodox Easter)."
823 823
824(provide 'holidays) 824(provide 'holidays)
825 825
826;; Local Variables:
827;; coding: utf-8
828;; End:
829
830;;; holidays.el ends here 826;;; holidays.el ends here
diff --git a/lisp/calendar/icalendar.el b/lisp/calendar/icalendar.el
index 4b71530febb..0955e72aa04 100644
--- a/lisp/calendar/icalendar.el
+++ b/lisp/calendar/icalendar.el
@@ -1,4 +1,4 @@
1;;; icalendar.el --- iCalendar implementation -*-coding: utf-8 -*- 1;;; icalendar.el --- iCalendar implementation
2 2
3;; Copyright (C) 2002-2015 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/color.el b/lisp/color.el
index 3471243a656..d572222021b 100644
--- a/lisp/color.el
+++ b/lisp/color.el
@@ -1,4 +1,4 @@
1;;; color.el --- Color manipulation library -*- coding: utf-8; lexical-binding:t -*- 1;;; color.el --- Color manipulation library -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2010-2015 Free Software Foundation, Inc. 3;; Copyright (C) 2010-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/desktop.el b/lisp/desktop.el
index 9d023e3dc89..e95a8c9288b 100644
--- a/lisp/desktop.el
+++ b/lisp/desktop.el
@@ -1590,7 +1590,3 @@ If there are no buffers left to create, kill the timer."
1590(provide 'desktop) 1590(provide 'desktop)
1591 1591
1592;;; desktop.el ends here 1592;;; desktop.el ends here
1593
1594;; Local Variables:
1595;; coding: utf-8
1596;; End:
diff --git a/lisp/dnd.el b/lisp/dnd.el
index 3e161dcfb51..d4fb0889f0a 100644
--- a/lisp/dnd.el
+++ b/lisp/dnd.el
@@ -1,4 +1,4 @@
1;;; dnd.el --- drag and drop support. -*- coding: utf-8 -*- 1;;; dnd.el --- drag and drop support
2 2
3;; Copyright (C) 2005-2015 Free Software Foundation, Inc. 3;; Copyright (C) 2005-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/emacs-lisp/cconv.el b/lisp/emacs-lisp/cconv.el
index 0f75f0a1664..efa9a3da011 100644
--- a/lisp/emacs-lisp/cconv.el
+++ b/lisp/emacs-lisp/cconv.el
@@ -1,4 +1,4 @@
1;;; cconv.el --- Closure conversion for statically scoped Emacs lisp. -*- lexical-binding: t; coding: utf-8 -*- 1;;; cconv.el --- Closure conversion for statically scoped Emacs lisp. -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2011-2015 Free Software Foundation, Inc. 3;; Copyright (C) 2011-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el
index d5d8ef0a8a1..c42094f0f0c 100644
--- a/lisp/emacs-lisp/cl-macs.el
+++ b/lisp/emacs-lisp/cl-macs.el
@@ -1,4 +1,4 @@
1;;; cl-macs.el --- Common Lisp macros -*- lexical-binding: t; coding: utf-8 -*- 1;;; cl-macs.el --- Common Lisp macros -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 1993, 2001-2015 Free Software Foundation, Inc. 3;; Copyright (C) 1993, 2001-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el
index 1317d699d25..50f880d7b33 100644
--- a/lisp/emacs-lisp/copyright.el
+++ b/lisp/emacs-lisp/copyright.el
@@ -375,9 +375,4 @@ If FIX is non-nil, run `copyright-fix-years' instead."
375 375
376(provide 'copyright) 376(provide 'copyright)
377 377
378;; For the copyright sign:
379;; Local Variables:
380;; coding: utf-8
381;; End:
382
383;;; copyright.el ends here 378;;; copyright.el ends here
diff --git a/lisp/emacs-lisp/macroexp.el b/lisp/emacs-lisp/macroexp.el
index 2c33d39c32f..8bf49b01689 100644
--- a/lisp/emacs-lisp/macroexp.el
+++ b/lisp/emacs-lisp/macroexp.el
@@ -1,4 +1,4 @@
1;;; macroexp.el --- Additional macro-expansion support -*- lexical-binding: t; coding: utf-8 -*- 1;;; macroexp.el --- Additional macro-expansion support -*- lexical-binding: t -*-
2;; 2;;
3;; Copyright (C) 2004-2015 Free Software Foundation, Inc. 3;; Copyright (C) 2004-2015 Free Software Foundation, Inc.
4;; 4;;
diff --git a/lisp/emacs-lisp/pcase.el b/lisp/emacs-lisp/pcase.el
index ea4f38add76..8bcb447cfbb 100644
--- a/lisp/emacs-lisp/pcase.el
+++ b/lisp/emacs-lisp/pcase.el
@@ -1,4 +1,4 @@
1;;; pcase.el --- ML-style pattern-matching macro for Elisp -*- lexical-binding: t; coding: utf-8 -*- 1;;; pcase.el --- ML-style pattern-matching macro for Elisp -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 2010-2015 Free Software Foundation, Inc. 3;; Copyright (C) 2010-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/emacs-lisp/shadow.el b/lisp/emacs-lisp/shadow.el
index 17e3be7d3ff..229bb587488 100644
--- a/lisp/emacs-lisp/shadow.el
+++ b/lisp/emacs-lisp/shadow.el
@@ -286,7 +286,3 @@ version unless you know what you are doing.\n")
286(provide 'shadow) 286(provide 'shadow)
287 287
288;;; shadow.el ends here 288;;; shadow.el ends here
289
290;; Local Variables:
291;; coding: utf-8
292;; End:
diff --git a/lisp/emacs-lisp/tabulated-list.el b/lisp/emacs-lisp/tabulated-list.el
index cd61eb9ae56..47ecd2b7922 100644
--- a/lisp/emacs-lisp/tabulated-list.el
+++ b/lisp/emacs-lisp/tabulated-list.el
@@ -581,8 +581,4 @@ as the ewoc pretty-printer."
581 581
582(provide 'tabulated-list) 582(provide 'tabulated-list)
583 583
584;; Local Variables:
585;; coding: utf-8
586;; End:
587
588;;; tabulated-list.el ends here 584;;; tabulated-list.el ends here
diff --git a/lisp/filesets.el b/lisp/filesets.el
index ab332bbeff0..28d0cd85582 100644
--- a/lisp/filesets.el
+++ b/lisp/filesets.el
@@ -1,4 +1,4 @@
1;;; filesets.el --- handle group of files -*- coding: utf-8 -*- 1;;; filesets.el --- handle group of files
2 2
3;; Copyright (C) 2002-2015 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/fringe.el b/lisp/fringe.el
index 8f40c46c3d3..8524f2ad2a2 100644
--- a/lisp/fringe.el
+++ b/lisp/fringe.el
@@ -1,4 +1,4 @@
1;;; fringe.el --- fringe setup and control -*- coding: utf-8 -*- 1;;; fringe.el --- fringe setup and control
2 2
3;; Copyright (C) 2002-2015 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el
index 0a0a0b346c0..719cb50ac77 100644
--- a/lisp/htmlfontify.el
+++ b/lisp/htmlfontify.el
@@ -2433,8 +2433,4 @@ Use a fallback method for obtaining the rgb values for a color.
2433 2433
2434(provide 'htmlfontify) 2434(provide 'htmlfontify)
2435 2435
2436;; Local Variables:
2437;; coding: utf-8
2438;; End:
2439
2440;;; htmlfontify.el ends here 2436;;; htmlfontify.el ends here
diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el
index 5065b661101..92eb068df34 100644
--- a/lisp/ibuffer.el
+++ b/lisp/ibuffer.el
@@ -2974,8 +2974,4 @@ defaults to one.
2974 2974
2975(run-hooks 'ibuffer-load-hook) 2975(run-hooks 'ibuffer-load-hook)
2976 2976
2977;; Local Variables:
2978;; coding: utf-8
2979;; End:
2980
2981;;; ibuffer.el ends here 2977;;; ibuffer.el ends here
diff --git a/lisp/mail/footnote.el b/lisp/mail/footnote.el
index 86bb9e89618..839e24c8a90 100644
--- a/lisp/mail/footnote.el
+++ b/lisp/mail/footnote.el
@@ -1,4 +1,4 @@
1;;; footnote.el --- footnote support for message mode -*- coding: utf-8;-*- 1;;; footnote.el --- footnote support for message mode
2 2
3;; Copyright (C) 1997, 2000-2015 Free Software Foundation, Inc. 3;; Copyright (C) 1997, 2000-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/mail/mail-extr.el b/lisp/mail/mail-extr.el
index a7057ca21c8..35138985ed7 100644
--- a/lisp/mail/mail-extr.el
+++ b/lisp/mail/mail-extr.el
@@ -1,4 +1,4 @@
1;;; mail-extr.el --- extract full name and address from RFC 822 mail header -*- coding: utf-8 -*- 1;;; mail-extr.el --- extract full name and address from RFC 822 mail header
2 2
3;; Copyright (C) 1991-1994, 1997, 2001-2015 Free Software Foundation, 3;; Copyright (C) 1991-1994, 1997, 2001-2015 Free Software Foundation,
4;; Inc. 4;; Inc.
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index 4c0f2b98257..9269d7f7d83 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -2078,7 +2078,6 @@ you can move to one of them and type C-c C-c to recover that one."
2078 2078
2079;; Local Variables: 2079;; Local Variables:
2080;; byte-compile-dynamic: t 2080;; byte-compile-dynamic: t
2081;; coding: utf-8
2082;; End: 2081;; End:
2083 2082
2084;;; sendmail.el ends here 2083;;; sendmail.el ends here
diff --git a/lisp/mail/uce.el b/lisp/mail/uce.el
index 74939d1c975..5db135728ea 100644
--- a/lisp/mail/uce.el
+++ b/lisp/mail/uce.el
@@ -375,7 +375,3 @@ You might need to set `uce-mail-reader' before using this."
375(provide 'uce) 375(provide 'uce)
376 376
377;;; uce.el ends here 377;;; uce.el ends here
378
379;; Local Variables:
380;; coding: utf-8
381;; End:
diff --git a/lisp/man.el b/lisp/man.el
index fbfa6f0c7f7..90d658a3e76 100644
--- a/lisp/man.el
+++ b/lisp/man.el
@@ -1,4 +1,4 @@
1;;; man.el --- browse UNIX manual pages -*- coding: utf-8 -*- 1;;; man.el --- browse UNIX manual pages
2 2
3;; Copyright (C) 1993-1994, 1996-1997, 2001-2015 Free Software 3;; Copyright (C) 1993-1994, 1996-1997, 2001-2015 Free Software
4;; Foundation, Inc. 4;; Foundation, Inc.
diff --git a/lisp/net/eudc-bob.el b/lisp/net/eudc-bob.el
index f01f671de9e..e48af4dc205 100644
--- a/lisp/net/eudc-bob.el
+++ b/lisp/net/eudc-bob.el
@@ -1,4 +1,4 @@
1;;; eudc-bob.el --- Binary Objects Support for EUDC -*- coding: utf-8 -*- 1;;; eudc-bob.el --- Binary Objects Support for EUDC
2 2
3;; Copyright (C) 1999-2015 Free Software Foundation, Inc. 3;; Copyright (C) 1999-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/net/eudc-export.el b/lisp/net/eudc-export.el
index ec0914d636b..c60911ff0c5 100644
--- a/lisp/net/eudc-export.el
+++ b/lisp/net/eudc-export.el
@@ -1,4 +1,4 @@
1;;; eudc-export.el --- functions to export EUDC query results -*- coding: utf-8 -*- 1;;; eudc-export.el --- functions to export EUDC query results
2 2
3;; Copyright (C) 1998-2015 Free Software Foundation, Inc. 3;; Copyright (C) 1998-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/net/eudc-hotlist.el b/lisp/net/eudc-hotlist.el
index 7416ad090eb..55a2fd9a20a 100644
--- a/lisp/net/eudc-hotlist.el
+++ b/lisp/net/eudc-hotlist.el
@@ -1,4 +1,4 @@
1;;; eudc-hotlist.el --- hotlist management for EUDC -*- coding: utf-8 -*- 1;;; eudc-hotlist.el --- hotlist management for EUDC
2 2
3;; Copyright (C) 1998-2015 Free Software Foundation, Inc. 3;; Copyright (C) 1998-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/net/eudc-vars.el b/lisp/net/eudc-vars.el
index 5e994a3a38f..8cffa8e466a 100644
--- a/lisp/net/eudc-vars.el
+++ b/lisp/net/eudc-vars.el
@@ -1,4 +1,4 @@
1;;; eudc-vars.el --- Emacs Unified Directory Client -*- coding: utf-8 -*- 1;;; eudc-vars.el --- Emacs Unified Directory Client
2 2
3;; Copyright (C) 1998-2015 Free Software Foundation, Inc. 3;; Copyright (C) 1998-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/net/eudc.el b/lisp/net/eudc.el
index 66dbc65da9c..7280d9d2625 100644
--- a/lisp/net/eudc.el
+++ b/lisp/net/eudc.el
@@ -1,4 +1,4 @@
1;;; eudc.el --- Emacs Unified Directory Client -*- coding: utf-8 -*- 1;;; eudc.el --- Emacs Unified Directory Client
2 2
3;; Copyright (C) 1998-2015 Free Software Foundation, Inc. 3;; Copyright (C) 1998-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/net/eudcb-bbdb.el b/lisp/net/eudcb-bbdb.el
index bd5d4536aab..0545304b4a3 100644
--- a/lisp/net/eudcb-bbdb.el
+++ b/lisp/net/eudcb-bbdb.el
@@ -1,4 +1,4 @@
1;;; eudcb-bbdb.el --- Emacs Unified Directory Client - BBDB Backend -*- coding: utf-8 -*- 1;;; eudcb-bbdb.el --- Emacs Unified Directory Client - BBDB Backend
2 2
3;; Copyright (C) 1998-2015 Free Software Foundation, Inc. 3;; Copyright (C) 1998-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/net/eudcb-ldap.el b/lisp/net/eudcb-ldap.el
index d22dff615ee..b50d29ddae8 100644
--- a/lisp/net/eudcb-ldap.el
+++ b/lisp/net/eudcb-ldap.el
@@ -1,4 +1,4 @@
1;;; eudcb-ldap.el --- Emacs Unified Directory Client - LDAP Backend -*- coding: utf-8 -*- 1;;; eudcb-ldap.el --- Emacs Unified Directory Client - LDAP Backend
2 2
3;; Copyright (C) 1998-2015 Free Software Foundation, Inc. 3;; Copyright (C) 1998-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/net/eudcb-ph.el b/lisp/net/eudcb-ph.el
index a135e9ba059..f144bf695f5 100644
--- a/lisp/net/eudcb-ph.el
+++ b/lisp/net/eudcb-ph.el
@@ -1,4 +1,4 @@
1;;; eudcb-ph.el --- Emacs Unified Directory Client - CCSO PH/QI Backend -*- coding: utf-8 -*- 1;;; eudcb-ph.el --- Emacs Unified Directory Client - CCSO PH/QI Backend
2 2
3;; Copyright (C) 1998-2015 Free Software Foundation, Inc. 3;; Copyright (C) 1998-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/net/shr.el b/lisp/net/shr.el
index 0ce77b9055c..fb450e8a95e 100644
--- a/lisp/net/shr.el
+++ b/lisp/net/shr.el
@@ -2050,8 +2050,4 @@ The preference is a float determined from `shr-prefer-media-type'."
2050 2050
2051(provide 'shr) 2051(provide 'shr)
2052 2052
2053;; Local Variables:
2054;; coding: utf-8
2055;; End:
2056
2057;;; shr.el ends here 2053;;; shr.el ends here
diff --git a/lisp/obsolete/iso-insert.el b/lisp/obsolete/iso-insert.el
index 358d0fc4bbe..3df786e1f2b 100644
--- a/lisp/obsolete/iso-insert.el
+++ b/lisp/obsolete/iso-insert.el
@@ -1,4 +1,4 @@
1;;; iso-insert.el --- insert functions for ISO 8859/1 -*- coding: utf-8;-*- 1;;; iso-insert.el --- insert functions for ISO 8859/1
2 2
3;; Copyright (C) 1987, 1994, 2001-2015 Free Software Foundation, Inc. 3;; Copyright (C) 1987, 1994, 2001-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/play/5x5.el b/lisp/play/5x5.el
index 0258f1e4e4a..a07b381d057 100644
--- a/lisp/play/5x5.el
+++ b/lisp/play/5x5.el
@@ -1,4 +1,4 @@
1;;; 5x5.el --- simple little puzzle game -*- coding: utf-8 -*- 1;;; 5x5.el --- simple little puzzle game
2 2
3;; Copyright (C) 1999-2015 Free Software Foundation, Inc. 3;; Copyright (C) 1999-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/play/bubbles.el b/lisp/play/bubbles.el
index 1e06f1ba9de..4dc4c774550 100644
--- a/lisp/play/bubbles.el
+++ b/lisp/play/bubbles.el
@@ -1,4 +1,4 @@
1;;; bubbles.el --- Puzzle game for Emacs -*- coding: utf-8 -*- 1;;; bubbles.el --- Puzzle game for Emacs
2 2
3;; Copyright (C) 2007-2015 Free Software Foundation, Inc. 3;; Copyright (C) 2007-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el
index 62a8fe4bb0b..30e8357e86a 100644
--- a/lisp/play/handwrite.el
+++ b/lisp/play/handwrite.el
@@ -1,4 +1,4 @@
1;;; handwrite.el --- turns your emacs buffer into a handwritten document -*- coding: utf-8; -*- 1;;; handwrite.el --- turns your emacs buffer into a handwritten document
2 2
3;; Copyright (C) 1996, 2001-2015 Free Software Foundation, Inc. 3;; Copyright (C) 1996, 2001-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/play/morse.el b/lisp/play/morse.el
index bbd3e6bc970..e35147dceb4 100644
--- a/lisp/play/morse.el
+++ b/lisp/play/morse.el
@@ -1,4 +1,4 @@
1;;; morse.el --- convert text to morse code and back -*- coding: utf-8 -*- 1;;; morse.el --- convert text to morse code and back
2 2
3;; Copyright (C) 1995, 2001-2015 Free Software Foundation, Inc. 3;; Copyright (C) 1995, 2001-2015 Free Software Foundation, Inc.
4 4
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
diff --git a/lisp/ruler-mode.el b/lisp/ruler-mode.el
index 4f68909ed4c..f1b5da497c9 100644
--- a/lisp/ruler-mode.el
+++ b/lisp/ruler-mode.el
@@ -775,8 +775,4 @@ Optional argument PROPS specifies other text properties to apply."
775 775
776(provide 'ruler-mode) 776(provide 'ruler-mode)
777 777
778;; Local Variables:
779;; coding: utf-8
780;; End:
781
782;;; ruler-mode.el ends here 778;;; ruler-mode.el ends here
diff --git a/lisp/skeleton.el b/lisp/skeleton.el
index 69bd500fa95..67d9faca3e4 100644
--- a/lisp/skeleton.el
+++ b/lisp/skeleton.el
@@ -1,4 +1,4 @@
1;;; skeleton.el --- Lisp language extension for writing statement skeletons -*- coding: utf-8 -*- 1;;; skeleton.el --- Lisp language extension for writing statement skeletons
2 2
3;; Copyright (C) 1993-1996, 2001-2015 Free Software Foundation, Inc. 3;; Copyright (C) 1993-1996, 2001-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/subr.el b/lisp/subr.el
index b1b363864f9..e1769074ee5 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1,4 +1,4 @@
1;;; subr.el --- basic lisp subroutines for Emacs -*- coding: utf-8; lexical-binding:t -*- 1;;; subr.el --- basic lisp subroutines for Emacs -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 1985-1986, 1992, 1994-1995, 1999-2015 Free Software 3;; Copyright (C) 1985-1986, 1992, 1994-1995, 1999-2015 Free Software
4;; Foundation, Inc. 4;; Foundation, Inc.
diff --git a/lisp/tempo.el b/lisp/tempo.el
index 6e2f978b5b7..93df15a8934 100644
--- a/lisp/tempo.el
+++ b/lisp/tempo.el
@@ -759,7 +759,3 @@ space bar, and looks something like this:
759(provide 'tempo) 759(provide 'tempo)
760 760
761;;; tempo.el ends here 761;;; tempo.el ends here
762
763;; Local Variables:
764;; coding: utf-8
765;; End:
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index ebd76a679a3..5eb6f115f8b 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -1,4 +1,4 @@
1;;; x-win.el --- parse relevant switches and set up for X -*-coding: utf-8; lexical-binding:t -*- 1;;; x-win.el --- parse relevant switches and set up for X -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 1993-1994, 2001-2015 Free Software Foundation, Inc. 3;; Copyright (C) 1993-1994, 2001-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/textmodes/conf-mode.el b/lisp/textmodes/conf-mode.el
index 770571a264e..7d81bbca7d5 100644
--- a/lisp/textmodes/conf-mode.el
+++ b/lisp/textmodes/conf-mode.el
@@ -1,4 +1,4 @@
1;;; conf-mode.el --- Simple major mode for editing conf/ini/properties files -*- coding: utf-8 -*- 1;;; conf-mode.el --- Simple major mode for editing conf/ini/properties files
2 2
3;; Copyright (C) 2004-2015 Free Software Foundation, Inc. 3;; Copyright (C) 2004-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el
index 5f2fbcda04c..a97facf5427 100644
--- a/lisp/textmodes/fill.el
+++ b/lisp/textmodes/fill.el
@@ -1,4 +1,4 @@
1;;; fill.el --- fill commands for Emacs -*- coding: utf-8 -*- 1;;; fill.el --- fill commands for Emacs
2 2
3;; Copyright (C) 1985-1986, 1992, 1994-1997, 1999, 2001-2015 Free 3;; Copyright (C) 1985-1986, 1992, 1994-1997, 1999, 2001-2015 Free
4;; Software Foundation, Inc. 4;; Software Foundation, Inc.
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el
index 8bcc71ed531..58c65678802 100644
--- a/lisp/textmodes/paragraphs.el
+++ b/lisp/textmodes/paragraphs.el
@@ -536,8 +536,4 @@ the current sentence with the one containing the mark."
536 (interactive "*p") 536 (interactive "*p")
537 (transpose-subr 'forward-sentence arg)) 537 (transpose-subr 'forward-sentence arg))
538 538
539;; Local Variables:
540;; coding: utf-8
541;; End:
542
543;;; paragraphs.el ends here 539;;; paragraphs.el ends here
diff --git a/lisp/textmodes/po.el b/lisp/textmodes/po.el
index 99ec2916067..a5f39461498 100644
--- a/lisp/textmodes/po.el
+++ b/lisp/textmodes/po.el
@@ -1,4 +1,4 @@
1;;; po.el --- basic support of PO translation files -*- coding: utf-8; -*- 1;;; po.el --- basic support of PO translation files
2 2
3;; Copyright (C) 1995-1998, 2000-2015 Free Software Foundation, Inc. 3;; Copyright (C) 1995-1998, 2000-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index bf15b2628f9..cbeded2c61b 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -1,4 +1,4 @@
1;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands -*- coding: utf-8 -*- 1;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands
2 2
3;; Copyright (C) 1985-1986, 1989, 1992, 1994-1999, 2001-2015 Free 3;; Copyright (C) 1985-1986, 1989, 1992, 1994-1999, 2001-2015 Free
4;; Software Foundation, Inc. 4;; Software Foundation, Inc.
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el
index 57218177d7b..2b606ed002e 100644
--- a/lisp/textmodes/texinfo.el
+++ b/lisp/textmodes/texinfo.el
@@ -1,4 +1,4 @@
1;;; texinfo.el --- major mode for editing Texinfo files -*- coding: utf-8 -*- 1;;; texinfo.el --- major mode for editing Texinfo files
2 2
3;; Copyright (C) 1985, 1988-1993, 1996-1997, 2000-2015 Free Software 3;; Copyright (C) 1985, 1988-1993, 1996-1997, 2000-2015 Free Software
4;; Foundation, Inc. 4;; Foundation, Inc.
diff --git a/lisp/textmodes/tildify.el b/lisp/textmodes/tildify.el
index 0e645fcdd38..f1a42f2b688 100644
--- a/lisp/textmodes/tildify.el
+++ b/lisp/textmodes/tildify.el
@@ -508,9 +508,4 @@ variable will be set to the representation."
508 508
509(provide 'tildify) 509(provide 'tildify)
510 510
511
512;; Local variables:
513;; coding: utf-8
514;; End:
515
516;;; tildify.el ends here 511;;; tildify.el ends here
diff --git a/lisp/time.el b/lisp/time.el
index d35f5b93964..dec594061a4 100644
--- a/lisp/time.el
+++ b/lisp/time.el
@@ -1,4 +1,4 @@
1;;; time.el --- display time, load and mail indicator in mode line of Emacs -*-coding: utf-8 -*- 1;;; time.el --- display time, load and mail indicator in mode line of Emacs
2 2
3;; Copyright (C) 1985-1987, 1993-1994, 1996, 2000-2015 Free Software 3;; Copyright (C) 1985-1987, 1993-1994, 1996, 2000-2015 Free Software
4;; Foundation, Inc. 4;; Foundation, Inc.
diff --git a/lisp/vc/cvs-status.el b/lisp/vc/cvs-status.el
index dc43094796e..cf1f49cbeee 100644
--- a/lisp/vc/cvs-status.el
+++ b/lisp/vc/cvs-status.el
@@ -1,4 +1,4 @@
1;;; cvs-status.el --- major mode for browsing `cvs status' output -*- coding: utf-8; lexical-binding: t -*- 1;;; cvs-status.el --- major mode for browsing `cvs status' output -*- lexical-binding: t -*-
2 2
3;; Copyright (C) 1999-2015 Free Software Foundation, Inc. 3;; Copyright (C) 1999-2015 Free Software Foundation, Inc.
4 4
diff --git a/lisp/wdired.el b/lisp/wdired.el
index a9e1e2acc2a..8ee9a83d1d2 100644
--- a/lisp/wdired.el
+++ b/lisp/wdired.el
@@ -849,7 +849,6 @@ Like original function but it skips read-only words."
849(provide 'wdired) 849(provide 'wdired)
850 850
851;; Local Variables: 851;; Local Variables:
852;; coding: utf-8
853;; byte-compile-dynamic: t 852;; byte-compile-dynamic: t
854;; End: 853;; End:
855 854
diff --git a/lisp/woman.el b/lisp/woman.el
index 8fe1bfa0446..81319fa6a9f 100644
--- a/lisp/woman.el
+++ b/lisp/woman.el
@@ -4627,9 +4627,4 @@ logging the message."
4627 4627
4628(provide 'woman) 4628(provide 'woman)
4629 4629
4630
4631;; Local Variables:
4632;; coding: utf-8
4633;; End:
4634
4635;;; woman.el ends here 4630;;; woman.el ends here
diff --git a/lisp/x-dnd.el b/lisp/x-dnd.el
index b99db489a99..8ec5dfc65c0 100644
--- a/lisp/x-dnd.el
+++ b/lisp/x-dnd.el
@@ -1,4 +1,4 @@
1;;; x-dnd.el --- drag and drop support for X -*- coding: utf-8 -*- 1;;; x-dnd.el --- drag and drop support for X
2 2
3;; Copyright (C) 2004-2015 Free Software Foundation, Inc. 3;; Copyright (C) 2004-2015 Free Software Foundation, Inc.
4 4
diff --git a/test/automated/mule-util.el b/test/automated/mule-util.el
index 038881a7915..24b56c0969b 100644
--- a/test/automated/mule-util.el
+++ b/test/automated/mule-util.el
@@ -1,4 +1,4 @@
1;;; mule-util --- tests for international/mule-util.el -*- coding: utf-8; -*- 1;;; mule-util --- tests for international/mule-util.el
2 2
3;; Copyright (C) 2002-2015 Free Software Foundation, Inc. 3;; Copyright (C) 2002-2015 Free Software Foundation, Inc.
4 4
diff --git a/test/automated/python-tests.el b/test/automated/python-tests.el
index d9b4c3e1b06..44b05e2b476 100644
--- a/test/automated/python-tests.el
+++ b/test/automated/python-tests.el
@@ -5216,7 +5216,6 @@ class SomeClass:
5216(provide 'python-tests) 5216(provide 'python-tests)
5217 5217
5218;; Local Variables: 5218;; Local Variables:
5219;; coding: utf-8
5220;; indent-tabs-mode: nil 5219;; indent-tabs-mode: nil
5221;; End: 5220;; End:
5222 5221