; Remove extraneous "coding: utf-8" specifications in Elisp files

This commit is contained in:
Dmitry Gutov 2015-09-29 01:39:14 +03:00
parent 2d712286ac
commit 166a6556d0
74 changed files with 41 additions and 158 deletions

View 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.

View 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.

View 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.

View 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:

View 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

View file

@ -2525,8 +2525,4 @@ order to Calc's."
(provide 'calc-lang)
;; Local variables:
;; coding: utf-8
;; End:
;;; calc-lang.el ends here

View file

@ -677,8 +677,4 @@
(provide 'calc-store)
;; Local variables:
;; coding: utf-8
;; End:
;;; calc-store.el ends here

View 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

View file

@ -3918,8 +3918,4 @@ See Info node `(calc)Defining Functions'."
(provide 'calc)
;; Local variables:
;; coding: utf-8
;; End:
;;; calc.el ends here

View file

@ -1670,8 +1670,4 @@
(provide 'calccomp)
;; Local variables:
;; coding: utf-8
;; End:
;;; calccomp.el ends here

View 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

View 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

View file

@ -280,8 +280,4 @@ is non-nil."
(provide 'cal-menu)
;; Local Variables:
;; coding: utf-8
;; End:
;;; cal-menu.el ends here

View 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

View 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

View 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

View file

@ -1,4 +1,4 @@
;;; icalendar.el --- iCalendar implementation -*-coding: utf-8 -*-
;;; icalendar.el --- iCalendar implementation
;; Copyright (C) 2002-2015 Free Software Foundation, Inc.

View 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.

View 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:

View 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.

View 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.

View 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.

View 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

View 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.
;;

View 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.

View 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:

View file

@ -581,8 +581,4 @@ as the ewoc pretty-printer."
(provide 'tabulated-list)
;; Local Variables:
;; coding: utf-8
;; End:
;;; tabulated-list.el ends here

View 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.

View 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.

View 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

View file

@ -2974,8 +2974,4 @@ defaults to one.
(run-hooks 'ibuffer-load-hook)
;; Local Variables:
;; coding: utf-8
;; End:
;;; ibuffer.el ends here

View 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.

View 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.

View 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

View 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:

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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.

View 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

View 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.

View 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.

View 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.

View 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.

View 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.

View 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:

View file

@ -2382,8 +2382,4 @@ escape character."
(provide 'f90)
;; Local Variables:
;; coding: utf-8
;; End:
;;; f90.el ends here

View 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.

View 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

View file

@ -5123,7 +5123,6 @@ returned as is."
(provide 'python)
;; Local Variables:
;; coding: utf-8
;; indent-tabs-mode: nil
;; End:

View 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

View 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.

View 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.

View file

@ -759,7 +759,3 @@ space bar, and looks something like this:
(provide 'tempo)
;;; tempo.el ends here
;; Local Variables:
;; coding: utf-8
;; End:

View 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.

View 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.

View 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.

View 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

View 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.

View 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.

View 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.

View file

@ -508,9 +508,4 @@ variable will be set to the representation."
(provide 'tildify)
;; Local variables:
;; coding: utf-8
;; End:
;;; tildify.el ends here

View 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.

View 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.

View 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:

View file

@ -4627,9 +4627,4 @@ logging the message."
(provide 'woman)
;; Local Variables:
;; coding: utf-8
;; End:
;;; woman.el ends here

View 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.

View 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.

View file

@ -5216,7 +5216,6 @@ class SomeClass:
(provide 'python-tests)
;; Local Variables:
;; coding: utf-8
;; indent-tabs-mode: nil
;; End: