]> code.delx.au - gnu-emacs/commitdiff
; Remove extraneous "coding: utf-8" specifications in Elisp files
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 28 Sep 2015 22:39:14 +0000 (01:39 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 28 Sep 2015 22:39:46 +0000 (01:39 +0300)
74 files changed:
admin/authors.el
etc/themes/wombat-theme.el
lisp/battery.el
lisp/calc/calc-aent.el
lisp/calc/calc-ext.el
lisp/calc/calc-lang.el
lisp/calc/calc-store.el
lisp/calc/calc-units.el
lisp/calc/calc.el
lisp/calc/calccomp.el
lisp/calendar/cal-bahai.el
lisp/calendar/cal-french.el
lisp/calendar/cal-menu.el
lisp/calendar/calendar.el
lisp/calendar/diary-lib.el
lisp/calendar/holidays.el
lisp/calendar/icalendar.el
lisp/color.el
lisp/desktop.el
lisp/dnd.el
lisp/emacs-lisp/cconv.el
lisp/emacs-lisp/cl-macs.el
lisp/emacs-lisp/copyright.el
lisp/emacs-lisp/macroexp.el
lisp/emacs-lisp/pcase.el
lisp/emacs-lisp/shadow.el
lisp/emacs-lisp/tabulated-list.el
lisp/filesets.el
lisp/fringe.el
lisp/htmlfontify.el
lisp/ibuffer.el
lisp/mail/footnote.el
lisp/mail/mail-extr.el
lisp/mail/sendmail.el
lisp/mail/uce.el
lisp/man.el
lisp/net/eudc-bob.el
lisp/net/eudc-export.el
lisp/net/eudc-hotlist.el
lisp/net/eudc-vars.el
lisp/net/eudc.el
lisp/net/eudcb-bbdb.el
lisp/net/eudcb-ldap.el
lisp/net/eudcb-ph.el
lisp/net/shr.el
lisp/obsolete/iso-insert.el
lisp/play/5x5.el
lisp/play/bubbles.el
lisp/play/handwrite.el
lisp/play/morse.el
lisp/progmodes/cmacexp.el
lisp/progmodes/f90.el
lisp/progmodes/hideshow.el
lisp/progmodes/js.el
lisp/progmodes/python.el
lisp/ruler-mode.el
lisp/skeleton.el
lisp/subr.el
lisp/tempo.el
lisp/term/x-win.el
lisp/textmodes/conf-mode.el
lisp/textmodes/fill.el
lisp/textmodes/paragraphs.el
lisp/textmodes/po.el
lisp/textmodes/tex-mode.el
lisp/textmodes/texinfo.el
lisp/textmodes/tildify.el
lisp/time.el
lisp/vc/cvs-status.el
lisp/wdired.el
lisp/woman.el
lisp/x-dnd.el
test/automated/mule-util.el
test/automated/python-tests.el

index 092da68dbceebf47735f1e1e80b949362f114bf7..3d7850af57da37430ad40ca4ef6f18c677583227 100644 (file)
@@ -1,4 +1,4 @@
-;;; authors.el --- utility for maintaining Emacs's AUTHORS file -*-coding: utf-8 -*-
+;;; authors.el --- utility for maintaining Emacs's AUTHORS file
 
 ;; Copyright (C) 2000-2015 Free Software Foundation, Inc.
 
index d49f9bf636fb3489f070f8fd63f1259e2ef8e36f..734731a1ffa478af1c7f5a0bb8ccc4c2a110e29b 100644 (file)
@@ -1,4 +1,4 @@
-;;; wombat-theme.el --- Custom face theme for Emacs  -*-coding: utf-8 -*-
+;;; wombat-theme.el --- Custom face theme for Emacs
 
 ;; Copyright (C) 2011-2015 Free Software Foundation, Inc.
 
index b9ce5b49093acf478dced382686018c82a9d76c6..b33e906f21e4159e8887fea57c9a980af844325b 100644 (file)
@@ -1,4 +1,4 @@
-;;; battery.el --- display battery status information  -*- coding: utf-8 -*-
+;;; battery.el --- display battery status information
 
 ;; Copyright (C) 1997-1998, 2000-2015 Free Software Foundation, Inc.
 
index 2319c4844981b9121154bca65f8392d117f02b7f..6336c3362fb0288e673e03721242d721c0271af4 100644 (file)
@@ -1266,7 +1266,6 @@ If the current Calc language does not use placeholders, return nil."
 (provide 'calc-aent)
 
 ;; Local variables:
-;; coding: utf-8
 ;; generated-autoload-file: "calc-loaddefs.el"
 ;; End:
 
index 933c446875e08026b5ac016db914910222ed34e8..9adf66f23bd2ec07bc2821c30fa9cdad7a29fe1b 100644 (file)
@@ -3507,8 +3507,4 @@ A key may contain additional specs for Inverse, Hyperbolic, and Inv+Hyp.")
 
 (provide 'calc-ext)
 
-;; Local variables:
-;; coding: utf-8
-;; End:
-
 ;;; calc-ext.el ends here
index 6b3b949424d277c1ca69460b62edebb6ce430fda..94366060a41bae476196d0719f71f90e26392700 100644 (file)
@@ -2525,8 +2525,4 @@ order to Calc's."
 
 (provide 'calc-lang)
 
-;; Local variables:
-;; coding: utf-8
-;; End:
-
 ;;; calc-lang.el ends here
index 21209c6667766ad64766df46bbcf19607fe16426..2684e627883ce83fe472e29561e8acdaec6e1021 100644 (file)
 
 (provide 'calc-store)
 
-;; Local variables:
-;; coding: utf-8
-;; End:
-
 ;;; calc-store.el ends here
index 4373e52eb87ee2be3cb07a60388adbdb1d17b733..a450d8f82a9129d2fd24c484d2d96e8ffc8f9411 100644 (file)
@@ -2163,8 +2163,4 @@ If non-nil, return a list consisting of the note and the cents coefficient."
 
 (provide 'calc-units)
 
-;; Local variables:
-;; coding: utf-8
-;; End:
-
 ;;; calc-units.el ends here
index b4b0ad8b185c52fa3b118f5d580194fae932b901..de7bfb8cbefe89371fb99048676446a44d3c15f1 100644 (file)
@@ -3918,8 +3918,4 @@ See Info node `(calc)Defining Functions'."
 
 (provide 'calc)
 
-;; Local variables:
-;; coding: utf-8
-;; End:
-
 ;;; calc.el ends here
index a3432c14b151bbf5a363f2a433cccf7938f63af5..119f41993c36f6d12c1775840e5b602b106ddcd8 100644 (file)
 
 (provide 'calccomp)
 
-;; Local variables:
-;; coding: utf-8
-;; End:
-
 ;;; calccomp.el ends here
index 998dc6c7056809ced45e47a124be78a1bd85bf02..d0b3021ea6071300a165412fcc4a39f9a41ee588 100644 (file)
@@ -324,8 +324,4 @@ Prefix argument ARG will make the entry nonmarking."
 
 (provide 'cal-bahai)
 
-;; Local Variables:
-;; coding: utf-8
-;; End:
-
 ;;; cal-bahai.el ends here
index b88adb9b636a610b9af0acd5e1ef46370e7f7a37..33e8e8e06181eb5e37a13350eea0cafa378d2118 100644 (file)
@@ -256,8 +256,4 @@ Echo French Revolutionary date unless NOECHO is non-nil."
 
 (provide 'cal-french)
 
-;; Local Variables:
-;; coding: utf-8
-;; End:
-
 ;;; cal-french.el ends here
index 251d811bc5285d772418c320d459ab79d1096f7c..211f16c22f7320a7d53dae607421efb0307aea27 100644 (file)
@@ -280,8 +280,4 @@ is non-nil."
 
 (provide 'cal-menu)
 
-;; Local Variables:
-;; coding: utf-8
-;; End:
-
 ;;; cal-menu.el ends here
index 86e5477aa6f7b80788209e0abe4b88306d8e2acb..f188b68b0509dc1a85840ffd891cf596d99dabb5 100644 (file)
@@ -2635,7 +2635,6 @@ If called by a mouse-event, pops up a menu with the result."
 
 ;; Local variables:
 ;; byte-compile-dynamic: t
-;; coding: utf-8
 ;; End:
 
 ;;; calendar.el ends here
index a1370bbc5e3e700e76047e8fe3c1d6fb54d08b77..7382abf67fc68b6b33adf2e114c60a2511340c23 100644 (file)
@@ -2534,8 +2534,4 @@ entry is found the user is asked to confirm its addition."
 
 (provide 'diary-lib)
 
-;; Local Variables:
-;; coding: utf-8
-;; End:
-
 ;;; diary-lib.el ends here
index bd3a558dc2c699dcc4f1db96f3b4ceafd7c1ecd3..307ab4deb8277cadcd15f4d252275f66f024ce33 100644 (file)
@@ -823,8 +823,4 @@ arguments, it returns the date of Pascha (Greek Orthodox Easter)."
 
 (provide 'holidays)
 
-;; Local Variables:
-;; coding: utf-8
-;; End:
-
 ;;; holidays.el ends here
index 4b71530febba6765fa24a3c3fe8fd4cb74bec5a3..0955e72aa04eee1519d5810a95eed613e3f5afed 100644 (file)
@@ -1,4 +1,4 @@
-;;; icalendar.el --- iCalendar implementation -*-coding: utf-8 -*-
+;;; icalendar.el --- iCalendar implementation
 
 ;; Copyright (C) 2002-2015 Free Software Foundation, Inc.
 
index 3471243a656eaf5a8bc0940af2ee8fdaa87e94fb..d572222021b24ab1f3cc94eeb3077373f0674814 100644 (file)
@@ -1,4 +1,4 @@
-;;; color.el --- Color manipulation library -*- coding: utf-8; lexical-binding:t -*-
+;;; color.el --- Color manipulation library -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2010-2015 Free Software Foundation, Inc.
 
index 9d023e3dc89d393479fee3698036c1aa5d376f22..e95a8c9288b4ab41a56150005d84d1b8f6efcf8d 100644 (file)
@@ -1590,7 +1590,3 @@ If there are no buffers left to create, kill the timer."
 (provide 'desktop)
 
 ;;; desktop.el ends here
-
-;; Local Variables:
-;; coding: utf-8
-;; End:
index 3e161dcfb515ace8cb557596ad459e06eb3dc691..d4fb0889f0af7f560b852516b495f4dd83d67f91 100644 (file)
@@ -1,4 +1,4 @@
-;;; dnd.el --- drag and drop support.  -*- coding: utf-8 -*-
+;;; dnd.el --- drag and drop support
 
 ;; Copyright (C) 2005-2015 Free Software Foundation, Inc.
 
index 0f75f0a1664cf5d3cf463d4298fb4df3eeaa6ce6..efa9a3da011842768ee1acc379c7cee4c9362bf9 100644 (file)
@@ -1,4 +1,4 @@
-;;; cconv.el --- Closure conversion for statically scoped Emacs lisp. -*- lexical-binding: t; coding: utf-8 -*-
+;;; cconv.el --- Closure conversion for statically scoped Emacs lisp. -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2011-2015 Free Software Foundation, Inc.
 
index d5d8ef0a8a1491f92e94ebffe378f8c15d7caae1..c42094f0f0c5e52a90301205636863ad5563d014 100644 (file)
@@ -1,4 +1,4 @@
-;;; cl-macs.el --- Common Lisp macros  -*- lexical-binding: t; coding: utf-8 -*-
+;;; cl-macs.el --- Common Lisp macros  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1993, 2001-2015 Free Software Foundation, Inc.
 
index 1317d699d253e8b2feadc2c6ac6488f419c47c55..50f880d7b33fdd2882d780bc2a67c5bb6af3e7e6 100644 (file)
@@ -375,9 +375,4 @@ If FIX is non-nil, run `copyright-fix-years' instead."
 
 (provide 'copyright)
 
-;; For the copyright sign:
-;; Local Variables:
-;; coding: utf-8
-;; End:
-
 ;;; copyright.el ends here
index 2c33d39c32f991467f8077d7fb5491179ffec057..8bf49b01689447b06f298fa2f3f5640e343a56ac 100644 (file)
@@ -1,4 +1,4 @@
-;;; macroexp.el --- Additional macro-expansion support -*- lexical-binding: t; coding: utf-8 -*-
+;;; macroexp.el --- Additional macro-expansion support -*- lexical-binding: t -*-
 ;;
 ;; Copyright (C) 2004-2015 Free Software Foundation, Inc.
 ;;
index ea4f38add7679c6ce9ad68429d9eb7f899a3dbfd..8bcb447cfbb3d27bdd4a9a1adba7336b3bbeaa84 100644 (file)
@@ -1,4 +1,4 @@
-;;; pcase.el --- ML-style pattern-matching macro for Elisp -*- lexical-binding: t; coding: utf-8 -*-
+;;; pcase.el --- ML-style pattern-matching macro for Elisp -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2010-2015 Free Software Foundation, Inc.
 
index 17e3be7d3ff0cb0a8b6aceab763b59effc361197..229bb587488ad148135cbd3405df79fda9130017 100644 (file)
@@ -286,7 +286,3 @@ version unless you know what you are doing.\n")
 (provide 'shadow)
 
 ;;; shadow.el ends here
-
-;; Local Variables:
-;; coding: utf-8
-;; End:
index cd61eb9ae56afefc7f691976ac607d5aeba313d5..47ecd2b7922478e2e36c51ce4ae90a6081697099 100644 (file)
@@ -581,8 +581,4 @@ as the ewoc pretty-printer."
 
 (provide 'tabulated-list)
 
-;; Local Variables:
-;; coding: utf-8
-;; End:
-
 ;;; tabulated-list.el ends here
index ab332bbeff0dabda7ad298956857acfd92d798a1..28d0cd85582b7061887fc328220b8c8db0b450eb 100644 (file)
@@ -1,4 +1,4 @@
-;;; filesets.el --- handle group of files -*- coding: utf-8 -*-
+;;; filesets.el --- handle group of files
 
 ;; Copyright (C) 2002-2015 Free Software Foundation, Inc.
 
index 8f40c46c3d39307b9685f026d3facc0da4b8e34f..8524f2ad2a2875ba559afc22da1717345b8ac5e4 100644 (file)
@@ -1,4 +1,4 @@
-;;; fringe.el --- fringe setup and control  -*- coding: utf-8 -*-
+;;; fringe.el --- fringe setup and control
 
 ;; Copyright (C) 2002-2015 Free Software Foundation, Inc.
 
index 0a0a0b346c08222d06867f6bd184dd373fff3aa1..719cb50ac777afd951d68611eba3065167567a4d 100644 (file)
@@ -2433,8 +2433,4 @@ Use a fallback method for obtaining the rgb values for a color.
 
 (provide 'htmlfontify)
 
-;; Local Variables:
-;; coding: utf-8
-;; End:
-
 ;;; htmlfontify.el ends here
index 5065b661101aa89391e1df6501f3aebdde6896b1..92eb068df34272ab6cf4d7e0b3c7b023c167c954 100644 (file)
@@ -2974,8 +2974,4 @@ defaults to one.
 
 (run-hooks 'ibuffer-load-hook)
 
-;; Local Variables:
-;; coding: utf-8
-;; End:
-
 ;;; ibuffer.el ends here
index 86bb9e89618219808da7d0168c4f5c1c0deb6f61..839e24c8a90acf86223dca9b757c4580faf5c6ce 100644 (file)
@@ -1,4 +1,4 @@
-;;; footnote.el --- footnote support for message mode  -*- coding: utf-8;-*-
+;;; footnote.el --- footnote support for message mode
 
 ;; Copyright (C) 1997, 2000-2015 Free Software Foundation, Inc.
 
index a7057ca21c8b4bfd82d98365e9f424eed6828449..35138985ed7a0781b1e93c8c7ce2ade5da042ab3 100644 (file)
@@ -1,4 +1,4 @@
-;;; mail-extr.el --- extract full name and address from RFC 822 mail header -*- coding: utf-8 -*-
+;;; mail-extr.el --- extract full name and address from RFC 822 mail header
 
 ;; Copyright (C) 1991-1994, 1997, 2001-2015 Free Software Foundation,
 ;; Inc.
index 4c0f2b98257c3c9565bf6730168cbd6433133292..9269d7f7d836e80986d346b5435f91b6c06c3c64 100644 (file)
@@ -2078,7 +2078,6 @@ you can move to one of them and type C-c C-c to recover that one."
 
 ;; Local Variables:
 ;; byte-compile-dynamic: t
-;; coding: utf-8
 ;; End:
 
 ;;; sendmail.el ends here
index 74939d1c9752455d830eec9ddd13381e92c48492..5db135728eaa1f9e699e726f0e9d6a59a0dcab03 100644 (file)
@@ -375,7 +375,3 @@ You might need to set `uce-mail-reader' before using this."
 (provide 'uce)
 
 ;;; uce.el ends here
-
-;; Local Variables:
-;; coding: utf-8
-;; End:
index fbfa6f0c7f74b4071a4bed8b964d604ca322fac9..90d658a3e76f65e80cb6516266caadf11869831b 100644 (file)
@@ -1,4 +1,4 @@
-;;; man.el --- browse UNIX manual pages  -*- coding: utf-8 -*-
+;;; man.el --- browse UNIX manual pages
 
 ;; Copyright (C) 1993-1994, 1996-1997, 2001-2015 Free Software
 ;; Foundation, Inc.
index f01f671de9e2eb06cf1600ef4bd32bfd1df0bcce..e48af4dc2050f29987e5039844e8ce215dac373e 100644 (file)
@@ -1,4 +1,4 @@
-;;; eudc-bob.el --- Binary Objects Support for EUDC -*- coding: utf-8 -*-
+;;; eudc-bob.el --- Binary Objects Support for EUDC
 
 ;; Copyright (C) 1999-2015 Free Software Foundation, Inc.
 
index ec0914d636b48097608131fb755498eeb53fbce8..c60911ff0c56d2702688150f67cf949032206e99 100644 (file)
@@ -1,4 +1,4 @@
-;;; eudc-export.el --- functions to export EUDC query results -*- coding: utf-8 -*-
+;;; eudc-export.el --- functions to export EUDC query results
 
 ;; Copyright (C) 1998-2015 Free Software Foundation, Inc.
 
index 7416ad090eb26bd55f07db329b2828c6b3a90b41..55a2fd9a20ad6de98de2174b51e4c98e0f7a2eb0 100644 (file)
@@ -1,4 +1,4 @@
-;;; eudc-hotlist.el --- hotlist management for EUDC -*- coding: utf-8 -*-
+;;; eudc-hotlist.el --- hotlist management for EUDC
 
 ;; Copyright (C) 1998-2015 Free Software Foundation, Inc.
 
index 5e994a3a38f26f50df0651d9ddfebd70f56c6f21..8cffa8e466a06ad1c111e4587c9287b92830548e 100644 (file)
@@ -1,4 +1,4 @@
-;;; eudc-vars.el --- Emacs Unified Directory Client -*- coding: utf-8 -*-
+;;; eudc-vars.el --- Emacs Unified Directory Client
 
 ;; Copyright (C) 1998-2015 Free Software Foundation, Inc.
 
index 66dbc65da9c35aba745ecd8e21ad19596e4a67d3..7280d9d26252941b07680ddf0b776d33d5616372 100644 (file)
@@ -1,4 +1,4 @@
-;;; eudc.el --- Emacs Unified Directory Client -*- coding: utf-8 -*-
+;;; eudc.el --- Emacs Unified Directory Client
 
 ;; Copyright (C) 1998-2015 Free Software Foundation, Inc.
 
index bd5d4536aab3061f2d590fda8350b5377774b14e..0545304b4a3f500a4e1df56256d7775082ae103c 100644 (file)
@@ -1,4 +1,4 @@
-;;; eudcb-bbdb.el --- Emacs Unified Directory Client - BBDB Backend -*- coding: utf-8 -*-
+;;; eudcb-bbdb.el --- Emacs Unified Directory Client - BBDB Backend
 
 ;; Copyright (C) 1998-2015 Free Software Foundation, Inc.
 
index d22dff615eee0bda52fc8f20dfcedb7df42f4881..b50d29ddae8ea72ac704e9f7fb8150ffcab969ee 100644 (file)
@@ -1,4 +1,4 @@
-;;; eudcb-ldap.el --- Emacs Unified Directory Client - LDAP Backend -*- coding: utf-8 -*-
+;;; eudcb-ldap.el --- Emacs Unified Directory Client - LDAP Backend
 
 ;; Copyright (C) 1998-2015 Free Software Foundation, Inc.
 
index a135e9ba0593c0f7af005d9d0b22789e8164c0a0..f144bf695f5c4f6b0732ee7d6ea96a51bedc61ee 100644 (file)
@@ -1,4 +1,4 @@
-;;; eudcb-ph.el --- Emacs Unified Directory Client - CCSO PH/QI Backend -*- coding: utf-8 -*-
+;;; eudcb-ph.el --- Emacs Unified Directory Client - CCSO PH/QI Backend
 
 ;; Copyright (C) 1998-2015 Free Software Foundation, Inc.
 
index 0ce77b9055cd9fa96cddd17ea40cdb0fbedf08e7..fb450e8a95e666caa61a898c939ad5fe37068035 100644 (file)
@@ -2050,8 +2050,4 @@ The preference is a float determined from `shr-prefer-media-type'."
 
 (provide 'shr)
 
-;; Local Variables:
-;; coding: utf-8
-;; End:
-
 ;;; shr.el ends here
index 358d0fc4bbeef92e48c87cad24a840a9e609c25b..3df786e1f2be15b7654f1070379b62e984e385a2 100644 (file)
@@ -1,4 +1,4 @@
-;;; iso-insert.el --- insert functions for ISO 8859/1  -*- coding: utf-8;-*-
+;;; iso-insert.el --- insert functions for ISO 8859/1
 
 ;; Copyright (C) 1987, 1994, 2001-2015 Free Software Foundation, Inc.
 
index 0258f1e4e4a609e3d7046c5a73a29918277a9d11..a07b381d057133623e8c005b9f7f7617f0e27a85 100644 (file)
@@ -1,4 +1,4 @@
-;;; 5x5.el --- simple little puzzle game -*- coding: utf-8 -*-
+;;; 5x5.el --- simple little puzzle game
 
 ;; Copyright (C) 1999-2015 Free Software Foundation, Inc.
 
index 1e06f1ba9de80ff12efe982c7df20114a2c78394..4dc4c7745507ae4770011b8860e7267457d331dd 100644 (file)
@@ -1,4 +1,4 @@
-;;; bubbles.el --- Puzzle game for Emacs -*- coding: utf-8 -*-
+;;; bubbles.el --- Puzzle game for Emacs
 
 ;; Copyright (C) 2007-2015 Free Software Foundation, Inc.
 
index 62a8fe4bb0b64f2e974b7d9b49f71bdfcaa4ca19..30e8357e86a1a73afe11d0555dc7d0991aa0d04e 100644 (file)
@@ -1,4 +1,4 @@
-;;; handwrite.el --- turns your emacs buffer into a handwritten document -*- coding: utf-8; -*-
+;;; handwrite.el --- turns your emacs buffer into a handwritten document
 
 ;; Copyright (C) 1996, 2001-2015 Free Software Foundation, Inc.
 
index bbd3e6bc9702cd4dcaf1b3a821c09fb411430b6b..e35147dceb40921c88153f5424759b1c3a660f8a 100644 (file)
@@ -1,4 +1,4 @@
-;;; morse.el --- convert text to morse code and back             -*- coding: utf-8 -*-
+;;; morse.el --- convert text to morse code and back
 
 ;; Copyright (C) 1995, 2001-2015 Free Software Foundation, Inc.
 
index 0f5b1bb8c6a76f67398f18ecf88de961a96e84bb..9953cae2bef5790fe4db833832f52c9b19aad924 100644 (file)
@@ -405,7 +405,3 @@ Optional arg DISPLAY non-nil means show messages in the echo area."
       (kill-buffer outbuf))))
 
 ;;; cmacexp.el ends here
-
-;; Local Variables:
-;; coding: utf-8
-;; End:
index 0ac59e1a1ead92e32b8d837c51dc9610b739d526..5c938fd1a93d94eead69226de77a9f4945309bda 100644 (file)
@@ -2382,8 +2382,4 @@ escape character."
 
 (provide 'f90)
 
-;; Local Variables:
-;; coding: utf-8
-;; End:
-
 ;;; f90.el ends here
index 845abc098427a7a2318494880dd0d9ecec439326..dba497b1f41c54999429cf3d28aff65fdbef2ec1 100644 (file)
@@ -1,4 +1,4 @@
-;;; hideshow.el --- minor mode cmds to selectively display code/comment blocks -*- coding: utf-8 -*-
+;;; hideshow.el --- minor mode cmds to selectively display code/comment blocks
 
 ;; Copyright (C) 1994-2015 Free Software Foundation, Inc.
 
index ab994f382529ea51d7159f502a3c122999d598c1..f2140159e64c8c9aea8ff432fdcafcc3ab1f6f5e 100644 (file)
@@ -3571,8 +3571,4 @@ If one hasn't been set, or if it's stale, prompt for a new one."
 
 (provide 'js)
 
-;; Local Variables:
-;; coding: utf-8
-;; End:
-
 ;; js.el ends here
index b641e300163cbdab5d9dd8612fab798768da65bf..6ff12b5497623ffc66a59fc25521fb0a7b9ab25b 100644 (file)
@@ -5123,7 +5123,6 @@ returned as is."
 (provide 'python)
 
 ;; Local Variables:
-;; coding: utf-8
 ;; indent-tabs-mode: nil
 ;; End:
 
index 4f68909ed4ccf9ff4566f39dc93935dc7f434c52..f1b5da497c9ce175fbcd4a1e262360d8cf33540d 100644 (file)
@@ -775,8 +775,4 @@ Optional argument PROPS specifies other text properties to apply."
 
 (provide 'ruler-mode)
 
-;; Local Variables:
-;; coding: utf-8
-;; End:
-
 ;;; ruler-mode.el ends here
index 69bd500fa95a2737ee9eb0d7dd0968b6068c6cb5..67d9faca3e4c57465e5096b9aeb3d5ba244f8702 100644 (file)
@@ -1,4 +1,4 @@
-;;; skeleton.el --- Lisp language extension for writing statement skeletons -*- coding: utf-8 -*-
+;;; skeleton.el --- Lisp language extension for writing statement skeletons
 
 ;; Copyright (C) 1993-1996, 2001-2015 Free Software Foundation, Inc.
 
index b1b363864f9aae034cd392ba54804325e3cdc628..e1769074ee5edc553ccaaa8291e46b1b44eae863 100644 (file)
@@ -1,4 +1,4 @@
-;;; subr.el --- basic lisp subroutines for Emacs  -*- coding: utf-8; lexical-binding:t -*-
+;;; subr.el --- basic lisp subroutines for Emacs  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 1985-1986, 1992, 1994-1995, 1999-2015 Free Software
 ;; Foundation, Inc.
index 6e2f978b5b78fd48668fa487f3e3c052687acdb2..93df15a89345b4f53efa116b5c8dcb0cec297eae 100644 (file)
@@ -759,7 +759,3 @@ space bar, and looks something like this:
 (provide 'tempo)
 
 ;;; tempo.el ends here
-
-;; Local Variables:
-;; coding: utf-8
-;; End:
index ebd76a679a3b36bf2a74df4cc2682382fbd96f6a..5eb6f115f8b7550bb162c925c56c589a9a194619 100644 (file)
@@ -1,4 +1,4 @@
-;;; x-win.el --- parse relevant switches and set up for X  -*-coding: utf-8; lexical-binding:t -*-
+;;; x-win.el --- parse relevant switches and set up for X  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 1993-1994, 2001-2015 Free Software Foundation, Inc.
 
index 770571a264e4242b145f624ab3138cb8ba351d09..7d81bbca7d5d07cfbf66ad7f8ec719b5226fb03f 100644 (file)
@@ -1,4 +1,4 @@
-;;; conf-mode.el --- Simple major mode for editing conf/ini/properties files -*- coding: utf-8 -*-
+;;; conf-mode.el --- Simple major mode for editing conf/ini/properties files
 
 ;; Copyright (C) 2004-2015 Free Software Foundation, Inc.
 
index 5f2fbcda04ccf34a009453df55c89549bdfb07d8..a97facf542754620afad217e3929341eb513a65d 100644 (file)
@@ -1,4 +1,4 @@
-;;; fill.el --- fill commands for Emacs                -*- coding: utf-8 -*-
+;;; fill.el --- fill commands for Emacs
 
 ;; Copyright (C) 1985-1986, 1992, 1994-1997, 1999, 2001-2015 Free
 ;; Software Foundation, Inc.
index 8bcc71ed5317dbecf8cace45221bf97fc736f919..58c6567880292681cebc0d24c6e1492baac6d401 100644 (file)
@@ -536,8 +536,4 @@ the current sentence with the one containing the mark."
   (interactive "*p")
   (transpose-subr 'forward-sentence arg))
 
-;; Local Variables:
-;; coding: utf-8
-;; End:
-
 ;;; paragraphs.el ends here
index 99ec29160677e09e885566d9f1ff15a87771b638..a5f39461498d2a1d0befb12c4548865611701741 100644 (file)
@@ -1,4 +1,4 @@
-;;; po.el --- basic support of PO translation files -*- coding: utf-8; -*-
+;;; po.el --- basic support of PO translation files
 
 ;; Copyright (C) 1995-1998, 2000-2015 Free Software Foundation, Inc.
 
index bf15b2628f95281eab545a7e281562e92faafadb..cbeded2c61bd485c8ee6a027c212519ec42f7a00 100644 (file)
@@ -1,4 +1,4 @@
-;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands -*- coding: utf-8 -*-
+;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands
 
 ;; Copyright (C) 1985-1986, 1989, 1992, 1994-1999, 2001-2015 Free
 ;; Software Foundation, Inc.
index 57218177d7b48da1ebb020c7dc164329d010dce3..2b606ed002e6b176f4f59c8081565f081d645dea 100644 (file)
@@ -1,4 +1,4 @@
-;;; texinfo.el --- major mode for editing Texinfo files -*- coding: utf-8 -*-
+;;; texinfo.el --- major mode for editing Texinfo files
 
 ;; Copyright (C) 1985, 1988-1993, 1996-1997, 2000-2015 Free Software
 ;; Foundation, Inc.
index 0e645fcdd3882ee4fb9ba9d7a05440eb735757b5..f1a42f2b688bb84364e67cf5f05d1f0de69f24e6 100644 (file)
@@ -508,9 +508,4 @@ variable will be set to the representation."
 
 (provide 'tildify)
 
-
-;; Local variables:
-;; coding: utf-8
-;; End:
-
 ;;; tildify.el ends here
index d35f5b9396496c21e613758c9bdd78f0a940a67b..dec594061a4aa9a46c42867fe5088832d229cf9e 100644 (file)
@@ -1,4 +1,4 @@
-;;; time.el --- display time, load and mail indicator in mode line of Emacs -*-coding: utf-8 -*-
+;;; time.el --- display time, load and mail indicator in mode line of Emacs
 
 ;; Copyright (C) 1985-1987, 1993-1994, 1996, 2000-2015 Free Software
 ;; Foundation, Inc.
index dc43094796e19bba05b87870a893064fa1881c50..cf1f49cbeee71f549362efe77cf037013e54b6ac 100644 (file)
@@ -1,4 +1,4 @@
-;;; cvs-status.el --- major mode for browsing `cvs status' output -*- coding: utf-8; lexical-binding: t -*-
+;;; cvs-status.el --- major mode for browsing `cvs status' output -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1999-2015 Free Software Foundation, Inc.
 
index a9e1e2acc2a5ae503d1221eba05f644b178fab03..8ee9a83d1d2334e533247535d79158e2f6cd0a1d 100644 (file)
@@ -849,7 +849,6 @@ Like original function but it skips read-only words."
 (provide 'wdired)
 
 ;; Local Variables:
-;; coding: utf-8
 ;; byte-compile-dynamic: t
 ;; End:
 
index 8fe1bfa0446db8dc9d47a31f5e0e3cb610e2a7b8..81319fa6a9f44a1d673f9b6cd0ebd3872159ab1a 100644 (file)
@@ -4627,9 +4627,4 @@ logging the message."
 
 (provide 'woman)
 
-\f
-;; Local Variables:
-;; coding: utf-8
-;; End:
-
 ;;; woman.el ends here
index b99db489a995736f8a9f2ac932b3ec0fe1803725..8ec5dfc65c01b42d91445990408aa4ab76f95e68 100644 (file)
@@ -1,4 +1,4 @@
-;;; x-dnd.el --- drag and drop support for X  -*- coding: utf-8 -*-
+;;; x-dnd.el --- drag and drop support for X
 
 ;; Copyright (C) 2004-2015 Free Software Foundation, Inc.
 
index 038881a7915e331c3afcc1f194af6097b1f16e80..24b56c0969b40a194b98b7c3b2701c936091f6ef 100644 (file)
@@ -1,4 +1,4 @@
-;;; mule-util --- tests for international/mule-util.el -*- coding: utf-8; -*-
+;;; mule-util --- tests for international/mule-util.el
 
 ;; Copyright (C) 2002-2015 Free Software Foundation, Inc.
 
index d9b4c3e1b067bd42f6991c12fcf91cd0631ceec4..44b05e2b476362c439143c19128a53ed62122eb6 100644 (file)
@@ -5216,7 +5216,6 @@ class SomeClass:
 (provide 'python-tests)
 
 ;; Local Variables:
-;; coding: utf-8
 ;; indent-tabs-mode: nil
 ;; End: