]> git.eshelyaron.com Git - emacs.git/commitdiff
; Normalize and add missing first and last lines
authorStefan Kangas <stefan@marxist.se>
Mon, 19 Apr 2021 10:21:01 +0000 (12:21 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 19 Apr 2021 10:21:01 +0000 (12:21 +0200)
118 files changed:
admin/charsets/eucjp-ms.awk
admin/charsets/mule-charsets.el
admin/unidata/unidata-gen.el
etc/themes/manoj-dark-theme.el
leim/leim-ext.el
lisp/allout-widgets.el
lisp/calc/calc-menu.el
lisp/calc/calc-nlfit.el
lisp/cus-theme.el
lisp/dframe.el
lisp/dos-w32.el
lisp/emacs-lisp/check-declare.el
lisp/emacs-lisp/eieio-custom.el
lisp/emacs-lisp/eieio-opt.el
lisp/emacs-lisp/eieio-speedbar.el
lisp/emacs-lisp/eieio.el
lisp/emacs-lisp/tcover-ses.el
lisp/emacs-lisp/testcover.el
lisp/emacs-lisp/text-property-search.el
lisp/emacs-lisp/unsafep.el
lisp/erc/erc-button.el
lisp/erc/erc-desktop-notifications.el
lisp/erc/erc-goodies.el
lisp/erc/erc-imenu.el
lisp/erc/erc-menu.el
lisp/erc/erc-page.el
lisp/erc/erc-replace.el
lisp/erc/erc-ring.el
lisp/gnus/gnus-notifications.el
lisp/gnus/legacy-gnus-agent.el
lisp/gnus/mm-archive.el
lisp/gnus/spam-report.el
lisp/info.el
lisp/language/burmese.el
lisp/language/cham.el
lisp/language/khmer.el
lisp/language/sinhala.el
lisp/language/tai-viet.el
lisp/language/thai-word.el
lisp/language/tv-util.el
lisp/leim/quail/croatian.el
lisp/leim/quail/hebrew.el
lisp/leim/quail/persian.el
lisp/mail/rmail-spam-filter.el
lisp/mail/uudecode.el
lisp/mh-e/mh-search.el
lisp/net/newst-ticker.el
lisp/net/secrets.el
lisp/net/sieve-manage.el
lisp/net/sieve-mode.el
lisp/net/sieve.el
lisp/notifications.el
lisp/nxml/rng-cmpct.el
lisp/obsolete/info-edit.el
lisp/obsolete/old-emacs-lock.el
lisp/obsolete/otodo-mode.el
lisp/obsolete/sb-image.el
lisp/org/ob-hledger.el
lisp/org/ob-mscgen.el
lisp/org/ol-eshell.el
lisp/org/org-ctags.el
lisp/org/ox-man.el
lisp/progmodes/bug-reference.el
lisp/progmodes/cc-awk.el
lisp/progmodes/idlw-shell.el
lisp/progmodes/idlwave.el
lisp/progmodes/js.el
lisp/progmodes/sql.el
lisp/ses.el
lisp/speedbar.el
lisp/term/konsole.el
lisp/term/linux.el
lisp/term/lk201.el
lisp/term/screen.el
lisp/term/st.el
lisp/term/tmux.el
lisp/term/w32console.el
lisp/textmodes/remember.el
lisp/url/url-mailto.el
lisp/vc/vc-dispatcher.el
lisp/vc/vc-filewise.el
test/lisp/autorevert-tests.el
test/lisp/calendar/icalendar-tests.el
test/lisp/calendar/parse-time-tests.el
test/lisp/cedet/srecode-utest-template.el
test/lisp/custom-resources/custom--test-theme.el
test/lisp/descr-text-tests.el
test/lisp/emacs-lisp/eieio-tests/eieio-test-methodinvoke.el
test/lisp/emacs-lisp/eieio-tests/eieio-tests.el
test/lisp/eshell/em-hist-tests.el
test/lisp/eshell/em-ls-tests.el
test/lisp/eshell/esh-opt-tests.el
test/lisp/eshell/eshell-tests.el
test/lisp/gnus/message-tests.el
test/lisp/info-xref-tests.el
test/lisp/international/ucs-normalize-tests.el
test/lisp/net/nsm-tests.el
test/lisp/net/shr-tests.el
test/lisp/play/cookie1-tests.el
test/lisp/progmodes/cperl-mode-tests.el
test/lisp/progmodes/perl-mode-tests.el
test/lisp/simple-tests.el
test/lisp/textmodes/fill-tests.el
test/lisp/textmodes/tildify-tests.el
test/lisp/thingatpt-tests.el
test/lisp/vc/vc-bzr-tests.el
test/lisp/xml-tests.el
test/manual/cedet/semantic-tests.el
test/manual/image-size-tests.el
test/manual/image-transforms-tests.el
test/manual/scroll-tests.el
test/misc/test-custom-noloads.el
test/src/character-tests.el
test/src/editfns-tests.el
test/src/emacs-module-tests.el
test/src/fileio-tests.el
test/src/thread-tests.el
test/src/timefns-tests.el

index ca9a317611b2b22418a1e59997654aa11ea2efe6..033b37f5edeb24555862a7950dc82b7c318b13dd 100644 (file)
@@ -38,7 +38,7 @@ BEGIN {
   JISX0208_FROM2 = "/xf5/xa1";
   JISX0212_FROM = "/x8f/xf3/xf3";
 
-  print ";;; eucjp-ms.el -- translation table for eucJP-ms  -*- lexical-binding:t -*-";
+  print ";;; eucjp-ms.el --- translation table for eucJP-ms  -*- lexical-binding:t -*-";
   print ";;; Automatically generated from /usr/share/i18n/charmaps/EUC-JP-MS.gz";
   print "(let ((map";
   print "       '(;JISEXT<->UNICODE";
index 99a8c60d880d706025e51249a39bdbb62f3cbb7e..7bcceb39b23d4e10ed911088570f243031f20497 100644 (file)
@@ -1,4 +1,4 @@
-;; mule-charsets.el -- Generate Mule-original charset maps.  -*- lexical-binding: t -*-
+;;; mule-charsets.el --- Generate Mule-original charset maps.  -*- lexical-binding: t -*-
 ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
 ;;   Registration Number H13PRO009
index 221c9b104e0dd8c9191e182b7b5cc35a16225cb2..abd41e34a48fa813b93efdcb3c310468f91ada7f 100644 (file)
@@ -1,4 +1,4 @@
-;; unidata-gen.el -- Create files containing character property data  -*- lexical-binding:t -*-
+;;; unidata-gen.el --- Create files containing character property data  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2008-2021 Free Software Foundation, Inc.
 
@@ -1446,7 +1446,7 @@ Property value is a symbol `o' (Open), `c' (Close), or `n' (None)."
                 ";; no-byte-compile: t\n"
                 ";; no-update-autoloads: t\n"
                 ";; End:\n\n"
-                (format ";; %s ends here\n" basename)))))
+                (format ";;; %s ends here\n" basename)))))
   (or noninteractive (message "Generating %s...done" file)))
 
 (defun unidata-gen-charprop (&optional charprop-file)
@@ -1470,7 +1470,7 @@ Property value is a symbol `o' (Open), `c' (Close), or `n' (None)."
            ";; no-byte-compile: t\n"
            ";; no-update-autoloads: t\n"
            ";; End:\n\n"
-           (format ";; %s ends here\n"
+            (format ";;; %s ends here\n"
                    (file-name-nondirectory charprop-file)))))
 
 \f
index 1f4891c316895d3164023af4a500a1e6f13cdbca..5a527111d35775828dbaf65d8f7964f1ed2df8e8 100644 (file)
@@ -1,4 +1,4 @@
-;;; manoj-dark.el --- A dark theme from Manoj  -*- lexical-binding:t -*-
+;;; manoj-dark-theme.el --- A dark theme from Manoj  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2011-2021 Free Software Foundation, Inc.
 
index 687379db9f05666b1857af439d52cc15e8731bd2..904675c0c52e2bd99eb16f1b14543e12b925ae9e 100644 (file)
@@ -1,4 +1,4 @@
-;; leim-ext.el -- extra leim configuration     -*- lexical-binding: t; -*-
+;;; leim-ext.el --- extra leim configuration   -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2004-2021 Free Software Foundation, Inc.
 ;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
index 90f3f61b36316b2a6e02db4de937cd4de79fe397..0e127040886461daeb8de62389e72178bfbb4a4c 100644 (file)
@@ -1,4 +1,4 @@
-;; allout-widgets.el --- Visually highlight allout outline structure.  -*- lexical-binding: t; -*-
+;;; allout-widgets.el --- Visually highlight allout outline structure.  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2005-2021 Free Software Foundation, Inc.
 
@@ -2296,3 +2296,5 @@ The elements of LIST are not copied, just the list structure itself."
 ;;;_  , Local variables:
 ;;;_  , allout-layout: (-1 : 0)
 ;;;_  , End:
+
+;;; allout-widgets.el ends here
index ac14e36c63c25a5717c37fdac4731647ef1a42ae..516f62d7b63e5bedb6a8dd0030390c8f4e157be6 100644 (file)
         ["Quit" calc-quit]))
 
 (provide 'calc-menu)
+
+;;; calc-menu.el ends here
index 11867f15e5beb1c4ed645bf0b17257038291343a..f676b098e585a23173fdcfb9aeedbdda62d560f3 100644 (file)
        (calc-record traillist "parm")))))
 
 (provide 'calc-nlfit)
+
+;;; calc-nlfit.el ends here
index a702fedd24584bf353b703bfd0c9441c5cbfe932..13fb9f34fa0b82f5938f444cc4cf05d14dafb0be 100644 (file)
@@ -1,7 +1,7 @@
-;;; cus-theme.el -- custom theme creation user interface  -*- lexical-binding: t -*-
-;;
+;;; cus-theme.el --- custom theme creation user interface  -*- lexical-binding: t -*-
+
 ;; Copyright (C) 2001-2021 Free Software Foundation, Inc.
-;;
+
 ;; Author: Alex Schroeder <alex@gnu.org>
 ;; Maintainer: emacs-devel@gnu.org
 ;; Keywords: help, faces
index f4208f3755a2ba4ae87eb3963e1c4c807e331080..1ddf11a8aacc7a8d84ef9b2422f8f19c977111c5 100644 (file)
@@ -1,4 +1,4 @@
-;;; dframe --- dedicate frame support modes  -*- lexical-binding:t -*-
+;;; dframe.el --- dedicate frame support modes  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 1996-2021 Free Software Foundation, Inc.
 
index cf7532146246d9bdf2de6a8b4f562a77d1a00685..45daaad8eff717c844ab1398e66d079a25536763 100644 (file)
@@ -1,4 +1,4 @@
-;; dos-w32.el --- Functions shared among MS-DOS and W32 (NT/95) platforms  -*- lexical-binding: t; -*-
+;;; dos-w32.el --- Functions shared among MS-DOS and W32 (NT/95) platforms  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 1996, 2001-2021 Free Software Foundation, Inc.
 
index 7c2b23b4ec453956453d99d286d6ba0e1e0540e8..bec4ad9250301ee3af8559a4c1f81476a52b3204 100644 (file)
@@ -328,4 +328,4 @@ Returns non-nil if any false statements are found."
 
 (provide 'check-declare)
 
-;;; check-declare.el ends here.
+;;; check-declare.el ends here
index 184b99fdac60b1092bc594b967e9479e7607ead1..8257f7a4bae5f57ecce540e335d87a0d90389e15 100644 (file)
@@ -1,4 +1,4 @@
-;;; eieio-custom.el -- eieio object customization  -*- lexical-binding:t -*-
+;;; eieio-custom.el --- eieio object customization  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 1999-2001, 2005, 2007-2021 Free Software Foundation,
 ;; Inc.
index e65f424cbab2537da82672a3e42689fa42ec2a86..08a6debc203725174d80d5d6316aa9f5ce65ef85 100644 (file)
@@ -1,4 +1,4 @@
-;;; eieio-opt.el -- eieio optional functions (debug, printing, speedbar)  -*- lexical-binding: t; -*-
+;;; eieio-opt.el --- eieio optional functions (debug, printing, speedbar)  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 1996, 1998-2003, 2005, 2008-2021 Free Software
 ;; Foundation, Inc.
index 8bf77e20dfa66aad2061b5747f50ae9f87054f25..c25ea8acee9f7205b912e60145cad76499e8ada5 100644 (file)
@@ -1,4 +1,4 @@
-;;; eieio-speedbar.el -- Classes for managing speedbar displays.  -*- lexical-binding:t -*-
+;;; eieio-speedbar.el --- Classes for managing speedbar displays.  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 1999-2002, 2005, 2007-2021 Free Software Foundation,
 ;; Inc.
index 910023b841b984d07cd35d26bfc588b988d844a7..31b6b0945bb8beec4cffebc76964a21bc0c73a1e 100644 (file)
@@ -981,4 +981,4 @@ of `eq'."
 
 (provide 'eieio)
 
-;;; eieio ends here
+;;; eieio.el ends here
index d9db1d3cdc95a4e4666b5d159313ab33b69ad839..4460fef97bd30f15522ef697567e1dc3077c809f 100644 (file)
@@ -1,4 +1,4 @@
-;;;; testcover-ses.el -- Example use of `testcover' to test "SES"  -*- lexical-binding: t; -*-
+;;; tcover-ses.el --- Example use of `testcover' to test "SES"  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2002-2021 Free Software Foundation, Inc.
 
@@ -716,4 +716,4 @@ spreadsheet files with invalid formatting."
   ;;Could do this here: (testcover-end "ses.el")
   (message "Done"))
 
-;;; testcover-ses.el ends here.
+;;; tcover-ses.el ends here
index 75b27d08e56af7f009fb6c3c1f10ee5bd8e04790..e75f15140aa9c0ad084891b799a0e304c0b9e27a 100644 (file)
@@ -1,4 +1,4 @@
-;;;; testcover.el -- Visual code-coverage tool  -*- lexical-binding:t -*-
+;;; testcover.el --- Visual code-coverage tool  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2002-2021 Free Software Foundation, Inc.
 
@@ -675,4 +675,4 @@ The list is 1valued if all of its constituent elements are also 1valued."
     (testcover-analyze-coverage (cadr form)))
    (t (testcover-analyze-coverage-backquote form))))
 
-;; testcover.el ends here.
+;;; testcover.el ends here
index e909e4bf76092491680f793f76fcc45f56329c67..69943a83f1ce09fd221f1c9cd2251e6c10fbd2fc 100644 (file)
@@ -214,3 +214,5 @@ and if a matching region is found, place point at its end."
   (funcall predicate value prop-value))
 
 (provide 'text-property-search)
+
+;;; text-property-search.el ends here
index d52a6c796dbfc55a9b99c1b5ed36bc9d3f54fe71..fa4e0583ed34c2e2e9bf6ace60df82cc9f3f5893 100644 (file)
@@ -1,4 +1,4 @@
-;;;; unsafep.el -- Determine whether a Lisp form is safe to evaluate  -*- lexical-binding: t; -*-
+;;; unsafep.el --- Determine whether a Lisp form is safe to evaluate  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2002-2021 Free Software Foundation, Inc.
 
index 044776c23637a0671241da29c7367de5b762ad35..cb9af92ba12583c1debfa8cea20fb8805525189e 100644 (file)
@@ -1,4 +1,4 @@
-;; erc-button.el --- A way of buttonizing certain things in ERC buffers  -*- lexical-binding:t -*-
+;;; erc-button.el --- A way of buttonizing certain things in ERC buffers  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 1996-2004, 2006-2021 Free Software Foundation, Inc.
 
index 990f013cd2ada3b6f3d790755810d53c78186934..9838b23953731adf3bec4dae7307983507cd20ed 100644 (file)
@@ -1,4 +1,4 @@
-;; erc-desktop-notifications.el -- Send notification on PRIVMSG or mentions -*- lexical-binding:t -*-
+;;; erc-desktop-notifications.el --- Send notification on PRIVMSG or mentions -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2012-2021 Free Software Foundation, Inc.
 
index 1143faa1e26bcb15268df600143dde5a2e6bc358..fc9a8d39ef454f2b77f82e7fe4f8fb8cb04aea0b 100644 (file)
@@ -1,4 +1,4 @@
-;; erc-goodies.el --- Collection of ERC modules  -*- lexical-binding: t; -*-
+;;; erc-goodies.el --- Collection of ERC modules  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2001-2021 Free Software Foundation, Inc.
 
index b2a2dc588e527cd88c5e43c622e281e5d4c89fa1..dcf6db7407acb702b8e7f2e2101ce13d54db37e0 100644 (file)
@@ -1,4 +1,4 @@
-;;; erc-imenu.el -- Imenu support for ERC  -*- lexical-binding: t; -*-
+;;; erc-imenu.el --- Imenu support for ERC  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2001-2002, 2004, 2006-2021 Free Software Foundation,
 ;; Inc.
index 0dc819fbbbe33db2301055ae77b84384a759e64f..1bee6ff2a67561653fc252a2badbc4b368b9f1d4 100644 (file)
@@ -1,4 +1,4 @@
-;; erc-menu.el -- Menu-bar definitions for ERC  -*- lexical-binding: t; -*-
+;;; erc-menu.el --- Menu-bar definitions for ERC  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2001-2002, 2004-2021 Free Software Foundation, Inc.
 
index 4c244b7984d92c7ef3fdbe37e5dd8dbeeb5adf7b..457e8cd4684e9ca9e7a15c3eaa39bea8519bf95b 100644 (file)
@@ -1,4 +1,4 @@
-;; erc-page.el - CTCP PAGE support for ERC  -*- lexical-binding: t; -*-
+;;; erc-page.el --- CTCP PAGE support for ERC  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2002, 2004, 2006-2021 Free Software Foundation, Inc.
 
index d08d9850c10cd780ffea7bb83d0d276ff07b2483..3f69c4cb9cc3d7a506e95d24375659e5c8029192 100644 (file)
@@ -1,4 +1,4 @@
-;; erc-replace.el -- wash and massage messages inserted into the buffer  -*- lexical-binding: t; -*-
+;;; erc-replace.el --- wash and massage messages inserted into the buffer  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2001-2002, 2004, 2006-2021 Free Software Foundation,
 ;; Inc.
index 28299ae46c3eda91c33feff95aa2f5461bdb96f2..666fd5859264a724bf86fe91ef69204290da5260 100644 (file)
@@ -1,4 +1,4 @@
-;; erc-ring.el -- Command history handling for erc using ring.el  -*- lexical-binding: t; -*-
+;;; erc-ring.el --- Command history handling for erc using ring.el  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2001-2004, 2006-2021 Free Software Foundation, Inc.
 
index a4d198b46e434d76efdbccbc5402320062410e11..8646904637c57d7961e524f14eb010e04263c0fc 100644 (file)
@@ -1,4 +1,4 @@
-;; gnus-notifications.el -- Send notification on new message in Gnus  -*- lexical-binding: t; -*-
+;;; gnus-notifications.el --- Send notification on new message in Gnus  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2012-2021 Free Software Foundation, Inc.
 
index 091e3899c26c3a17645031cb7d32d16e9d0f2d97..4f800891b2bae12a953742d7f387475664f17be3 100644 (file)
@@ -1,4 +1,4 @@
-;;; gnus-agent.el --- Legacy unplugged support for Gnus  -*- lexical-binding: t; -*-
+;;; legacy-gnus-agent.el --- Legacy unplugged support for Gnus  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2004-2021 Free Software Foundation, Inc.
 
index 1ecceeedeb760d837b86db08ae679241309facf2..fdc83e1de6e5b1347925218546af571c1600d32d 100644 (file)
 
 (provide 'mm-archive)
 
-;; mm-archive.el ends here
+;;; mm-archive.el ends here
index 7d93f8a55503624d9b992a6dfb258d132dd4a080..a4234f840013e1351cfe14511faf58f935b48329 100644 (file)
@@ -378,4 +378,4 @@ Process queued spam reports."
 
 (provide 'spam-report)
 
-;;; spam-report.el ends here.
+;;; spam-report.el ends here
index dd7e16f870436b8f3c0fb812bf91ba15b09659ab..5efac6f25f12386d11dc5169ac01892ab4a68eb4 100644 (file)
@@ -1,4 +1,4 @@
-;; info.el --- Info package for Emacs  -*- lexical-binding:t -*-
+;;; info.el --- Info package for Emacs  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 1985-1986, 1992-2021 Free Software Foundation, Inc.
 
index 373f25ac5ca037c7bb598266233b245e145a4000..ade3566717b0b654ed114de508f775018342c8f5 100644 (file)
@@ -55,3 +55,5 @@
                 (vector "." 0 #'font-shape-gstring))))
   (set-char-table-range composition-function-table '(#x1000 . #x107F) elt)
   (set-char-table-range composition-function-table '(#xAA60 . #xAA7B) elt))
+
+;;; burmese.el ends here
index 3aac986b437afaa5a59cbb765d19d7f7c63a2ecc..cbb35565af26b4e4f42459f0769dc25f1700b120 100644 (file)
@@ -43,3 +43,5 @@ an Austronesian language spoken by some 245,000 Chams
 in Vietnam and Cambodia.")))
 
 (provide 'cham)
+
+;;; cham.el ends here
index 6f08e60d601aa163744d8651000f9db37092aabe..471af401656dab007eb9534f1cc7939dd0de2600 100644 (file)
@@ -35,4 +35,4 @@
   (set-char-table-range composition-function-table '(#x1780 . #x17FF) val)
   (set-char-table-range composition-function-table '(#x19E0 . #x19FF) val))
 
-;; khmer.el ends here
+;;; khmer.el ends here
index 99a104ec339fa43f394ba865940ea696e685ed95..89392ad6c50565bb7939f1a5fea1566487167ccf 100644 (file)
@@ -45,4 +45,4 @@
         "[\u0D80-\u0DFF]")
        0 #'font-shape-gstring)))
 
-;; sinhala.el ends here
+;;; sinhala.el ends here
index 4549b111a3dd2acabe0d9b3661a8ce936858acb5..366c39202d3c905386ac1cf2d9271e53e806aa40 100644 (file)
@@ -56,3 +56,5 @@ The language name is spelled as \"ꪁꪫꪱꪣ ꪼꪕ\", and the script name is
 spelled as \"ꪎꪳ ꪼꪕ\".")))
 
 (provide 'tai-viet)
+
+;;; tai-viet.el ends here
index 7a09bc3a24a7301bd3304fb5eb9a13f7d235ab9f..5d0389c28dfd621c317e9e0670d29b20cda4c018 100644 (file)
@@ -1,4 +1,4 @@
-;;; thai-word.el -- find Thai word boundaries  -*- lexical-binding: t; -*-
+;;; thai-word.el --- find Thai word boundaries  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
@@ -11074,4 +11074,4 @@ With argument, do this that many times."
 ;; coding: utf-8
 ;; End:
 
-;; thai-word.el ends here
+;;; thai-word.el ends here
index 1a530d350f254800f9f0d0c8501398e5279384d8..207d76f47c1cebdfabf9719fa0b3b41a49922e80 100644 (file)
     (if (looking-at tai-viet-re)
        (tai-viet-compose-region from (match-end 0)))))
 
-;;
 (provide 'tai-viet-util)
+
+;;; tv-util.el ends here
index 08f1e47b6f3f13667c82ab17e8ccc9dad66f7d51..7402b81a8cc8611924835b8ba783f6bc0063864a 100644 (file)
@@ -1,4 +1,4 @@
-;;; croatian.el -- Quail package for inputting Croatian  -*-coding: utf-8; lexical-binding:t -*-
+;;; croatian.el --- Quail package for inputting Croatian  -*-coding: utf-8; lexical-binding:t -*-
 
 ;; Copyright (C) 2003-2021 Free Software Foundation, Inc.
 
index fc6bb80596b76b9cc956cfecb818eb286f3b1fa8..28b2eb343676a033ef9d83bc1b84a4959a956e52 100644 (file)
@@ -1,4 +1,4 @@
-;; hebrew.el --- Quail package for inputting Hebrew characters  -*- coding: utf-8; lexical-binding: t -*-
+;;; hebrew.el --- Quail package for inputting Hebrew characters  -*- coding: utf-8; lexical-binding: t -*-
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
 ;;   2008, 2009, 2010, 2011
index 4157f8867042564d3f19e671aa5b136ab18c3acb..cb1f6e3c78ba07c1a762700bee08a5c11f756d61 100644 (file)
@@ -1,4 +1,4 @@
-;;; persian.el  --- Quail package for inputting Persian/Farsi keyboard -*- coding: utf-8; lexical-binding: t -*-
+;;; persian.el --- Quail package for inputting Persian/Farsi keyboard  -*- coding: utf-8; lexical-binding: t -*-
 
 ;; Copyright (C) 2011-2021 Free Software Foundation, Inc.
 
index d833685a8d4c6f5253fc7f81976b8e18f8418ee1..fbac9e0cc0c68c3c2944dc0e29a51522c6879a5a 100644 (file)
@@ -555,4 +555,4 @@ checks to see if the old format is used, and updates it if necessary."
 
 (provide 'rmail-spam-filter)
 
-;;; rmail-spam-filter ends here
+;;; rmail-spam-filter.el ends here
index fdd402e0fa05c87bb80728fca27ccf13e5770d66..026356efe9750f577c4c85e6e693042b529ae0b8 100644 (file)
@@ -1,4 +1,4 @@
-;;; uudecode.el -- elisp native uudecode  -*- lexical-binding:t -*-
+;;; uudecode.el --- elisp native uudecode  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 1998-2021 Free Software Foundation, Inc.
 
index 9df7c3265646828f9f44e76ff55084c222a52141..b3a250bf13aef2fe4bbc104c6f0889e28887ecb5 100644 (file)
@@ -1,4 +1,4 @@
-;;; mh-search  ---  MH-Search mode  -*- lexical-binding: t; -*-
+;;; mh-search.el --- MH-Search mode  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 1993, 1995, 2001-2021 Free Software Foundation, Inc.
 
@@ -1943,4 +1943,4 @@ folder buffer."
 ;; sentence-end-double-space: nil
 ;; End:
 
-;;; mh-search ends here
+;;; mh-search.el ends here
index 2f7647087016f203734f977ec9e5f37df7901bd9..8cfafb5bfe4588b5decdc9def79483a257b1ff3a 100644 (file)
@@ -1,4 +1,4 @@
-;; newst-ticker.el --- mode line ticker for newsticker.  -*- lexical-binding: t; -*-
+;;; newst-ticker.el --- mode line ticker for newsticker.  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2003-2021 Free Software Foundation, Inc.
 
index 94db318c1b0b3bd42d57b94a8a92f7ff001e53ed..4102b9d322ae899033b84fa7a8069886f6b9450d 100644 (file)
@@ -957,3 +957,5 @@ to their attributes."
 ;; * Check, whether the dh-ietf1024-aes128-cbc-pkcs7 algorithm can be
 ;;   used for the transfer of the secrets.  Currently, we use the
 ;;   plain algorithm.
+
+;;; secrets.el ends here
index c4d6ec4b6ccfdfba91a9d7f8d632b01956600068..5dad5f446acd0bda63d84d4d929c6f0fe1b64655 100644 (file)
@@ -580,4 +580,4 @@ to local variable `sieve-manage-capability'."
 
 (provide 'sieve-manage)
 
-;; sieve-manage.el ends here
+;;; sieve-manage.el ends here
index 966f0f056bdf6a4d98574b163ba1a70410a5ad3d..0e8fdc0a9057d83d0b26b8c316176c9eabe565c8 100644 (file)
@@ -206,4 +206,4 @@ Turning on Sieve mode runs `sieve-mode-hook'."
 
 (provide 'sieve-mode)
 
-;; sieve-mode.el ends here
+;;; sieve-mode.el ends here
index 595d63331a4ac8b48fb5f1715c3d59b1eeb09c78..6d571a0a30f134c029754e6c51e3915d80b971f7 100644 (file)
@@ -379,4 +379,4 @@ Used to bracket operations which move point in the sieve-buffer."
 
 (provide 'sieve)
 
-;; sieve.el ends here
+;;; sieve.el ends here
index b439d82231752fb9bab178c1216dbbc5b722425c..ebd74dd3ef2d2f0a28ea972e74df9a9f61bee9a3 100644 (file)
@@ -420,3 +420,5 @@ version this library is compliant with."
                      notifications-get-server-information-method)))
 
 (provide 'notifications)
+
+;;; notifications.el ends here
index 3d4b9f8741490926eacbde9e72f6677da46b1e31..1314ade9e31efd6579cd8ef29aaf2f09488c1bdf 100644 (file)
@@ -922,4 +922,4 @@ Current token after parse is token following ]."
 
 (provide 'rng-cmpct)
 
-;;; rng-cmpct.el
+;;; rng-cmpct.el ends here
index c53616d80e77b6369a738869dff3ffaaaec674d9..19958979a855f82665c6a25c67d9a932fb3f011d 100644 (file)
@@ -1,4 +1,4 @@
-;; info-edit.el --- Editing info files  -*- lexical-binding:t -*-
+;;; info-edit.el --- Editing info files  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 1985-1986, 1992-2021 Free Software Foundation, Inc.
 
index 90ff93e03b1381db0e1c85ac0dc90969ee63c6fe..ce4c60e6a17d85c9be78dc0649bdd7b78d86d187 100644 (file)
@@ -1,4 +1,4 @@
-;;; emacs-lock.el --- prevents you from exiting Emacs if a buffer is locked  -*- lexical-binding: t; -*-
+;;; old-emacs-lock.el --- prevents you from exiting Emacs if a buffer is locked  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 1994, 1997, 2001-2021 Free Software Foundation, Inc.
 
@@ -99,4 +99,4 @@ If the buffer is locked, signal error and display its name."
 
 (provide 'emacs-lock)
 
-;;; emacs-lock.el ends here
+;;; old-emacs-lock.el ends here
index add17b265b43d173dca30ffb15ea2f79445b559c..47f5089452f34c7970deb833980ab1f88b56c27d 100644 (file)
@@ -1,4 +1,4 @@
-;;; todo-mode.el --- major mode for editing TODO list files  -*- lexical-binding: t; -*-
+;;; otodo-mode.el --- major mode for editing TODO list files  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 1997, 1999, 2001-2021 Free Software Foundation, Inc.
 
@@ -963,4 +963,4 @@ If INCLUDE-SEP is non-nil, return point after the separator."
 
 (provide 'todo-mode)
 
-;;; todo-mode.el ends here
+;;; otodo-mode.el ends here
index e9a507f0086ceb7dc5c3ce7f11a1baa3a033ddbb..fc9e03eae6e4251e5698f5d4c883b7ce217bc447 100644 (file)
@@ -1,4 +1,4 @@
-;;; sb-image --- Image management for speedbar  -*- lexical-binding: t; -*-
+;;; sb-image.el --- Image management for speedbar  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 1999-2003, 2005-2019, 2021 Free Software Foundation,
 ;; Inc.
index 3d2f46cdce2d969b5cc290c6af03b27d51ea25ee..48dcb8cea1a720202b689cc6cc135acec54436b2 100644 (file)
@@ -1,4 +1,4 @@
-;;  ob-hledger.el --- Babel Functions for hledger      -*- lexical-binding: t; -*-
+;;; ob-hledger.el --- Babel Functions for hledger      -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2010-2021 Free Software Foundation, Inc.
 
index 999d4f4140b1dc9811dafdcb28a17408d23896ea..79c9f8702ebd0bced4d0b68f13c82165e60361b0 100644 (file)
@@ -1,4 +1,4 @@
-;;; ob-msc.el --- Babel Functions for Mscgen         -*- lexical-binding: t; -*-
+;;; ob-mscgen.el --- Babel Functions for Mscgen         -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2010-2021 Free Software Foundation, Inc.
 
@@ -78,4 +78,4 @@ mscgen supported formats."
 
 (provide 'ob-mscgen)
 
-;;; ob-msc.el ends here
+;;; ob-mscgen.el ends here
index 769e7ee5225d4d29ae09bc3e12629d02125d7d8b..8920e0afb0db628e86e7c5a8950335c295c11ac4 100644 (file)
@@ -1,4 +1,4 @@
-;;; ol-eshell.el - Links to Working Directories in Eshell -*- lexical-binding: t; -*-
+;;; ol-eshell.el --- Links to Working Directories in Eshell  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2011-2021 Free Software Foundation, Inc.
 
index 1fca873c159f29576ddf7bee98f0c3b9ff652c7b..dc2b3be6326a029c6d04ac54db4898f691c6e8a3 100644 (file)
@@ -1,5 +1,5 @@
-;;; org-ctags.el - Integrate Emacs "tags" Facility with Org -*- lexical-binding: t; -*-
-;;
+;;; org-ctags.el --- Integrate Emacs "tags" Facility with Org -*- lexical-binding: t; -*-
+
 ;; Copyright (C) 2007-2021 Free Software Foundation, Inc.
 
 ;; Author: Paul Sexton <eeeickythump@gmail.com>
index 6cace7e698982548ff93d4e9ed9760f65278d035..27d2dedb8edf6f271561bc76c0d025ade98b6e30 100644 (file)
@@ -1,4 +1,4 @@
-;; ox-man.el --- Man Back-End for Org Export Engine -*- lexical-binding: t; -*-
+;;; ox-man.el --- Man Back-End for Org Export Engine -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2011-2021 Free Software Foundation, Inc.
 
index e467d98303eac558ffa98486b4f4a95ec48e5cb6..0c5837cae7e4295cb816cfc1a49ae80231e00f72 100644 (file)
@@ -1,4 +1,4 @@
-;; bug-reference.el --- buttonize bug references  -*- lexical-binding: t; -*-
+;;; bug-reference.el --- buttonize bug references  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2008-2021 Free Software Foundation, Inc.
 
index 84cc5b115e79325dbd3787baaaf1db7ffe585cb7..334e82114fcc0626a874f0005d4dc228f207126b 100644 (file)
@@ -1227,4 +1227,4 @@ comment at the start of cc-engine.el for more info."
 ;; indent-tabs-mode: t
 ;; tab-width: 8
 ;; End:
-;;; awk-mode.el ends here
+;;; cc-awk.el ends here
index 134a6c6e497d0c584ea9ba67522747661a9f8d25..ad8feb988f5060c5456245ec4708992a2c7bfe9a 100644 (file)
@@ -1,4 +1,4 @@
-;; idlw-shell.el --- run IDL as an inferior process of Emacs.  -*- lexical-binding:t -*-
+;;; idlw-shell.el --- run IDL as an inferior process of Emacs.  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 1999-2021 Free Software Foundation, Inc.
 
index 75f2016fc24976a39e46d529e7d9907924c0572e..b55a98af0b39986ae56839d8814baad0c5e6655c 100644 (file)
@@ -1,4 +1,4 @@
-;; idlwave.el --- IDL editing mode for GNU Emacs  -*- lexical-binding: t; -*-
+;;; idlwave.el --- IDL editing mode for GNU Emacs  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 1999-2021 Free Software Foundation, Inc.
 
index 6d6063d783cfc2fc392dc2438b330240496304db..a942235f474361f2dc7bd6ebad3a75924712ec6c 100644 (file)
@@ -4655,4 +4655,4 @@ one of the aforementioned options instead of using this mode."
 
 (provide 'js)
 
-;; js.el ends here
+;;; js.el ends here
index 6e53a04f72d67aa6c343ce0b0e17752b24037dba..65a4094d70d4560a7a1ed4010ea5b5e473baa5d6 100644 (file)
@@ -5606,7 +5606,7 @@ The default value disables the internal pager."
 \f
 (provide 'sql)
 
-;;; sql.el ends here
-
 ; LocalWords:  sql SQL SQLite sqlite Sybase Informix MySQL
 ; LocalWords:  Postgres SQLServer SQLi
+
+;;; sql.el ends here
index 6058d48ed19c5d06fb53622a3be6164a4ea71c3d..98785b6b9382a98a9050ee091850648405856855 100644 (file)
@@ -1,4 +1,4 @@
-;;; ses.el -- Simple Emacs Spreadsheet  -*- lexical-binding:t -*-
+;;; ses.el --- Simple Emacs Spreadsheet  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2002-2021 Free Software Foundation, Inc.
 
index 118c7260769e9dc2ed446667d0af52b6ac0543c2..4666026f3571d1acb0f8043abe4a3815d209f581 100644 (file)
@@ -1,4 +1,4 @@
-;;; speedbar --- quick access to files and tags in a frame  -*- lexical-binding: t; -*-
+;;; speedbar.el --- quick access to files and tags in a frame  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 1996-2021 Free Software Foundation, Inc.
 
@@ -4057,4 +4057,4 @@ this version is not backward compatible to 0.14 or earlier.")
 
 (run-hooks 'speedbar-load-hook)
 
-;;; speedbar ends here
+;;; speedbar.el ends here
index e38a5d34e758ff6cbfda296e339dfceeb488566b..1f65a46011c8ae6dca240f1ac87aa5e959f4d2b5 100644 (file)
@@ -9,4 +9,4 @@
 
 (provide 'term/konsole)
 
-;; konsole.el ends here
+;;; konsole.el ends here
index 35bd3ac0acbb4772860ab6ecaa39f47b3dc05eac..c6d84ab96c32891f7dfa95035838a9e5b6abe57c 100644 (file)
@@ -1,4 +1,6 @@
-;; The Linux console handles Latin-1 by default.  -*- lexical-binding:t -*-
+;;; linux.el  -*- lexical-binding:t -*-
+
+;; The Linux console handles Latin-1 by default.
 
 (declare-function gpm-mouse-enable "t-mouse" ())
 
index 3bcaa2ecd1860ac4282765e1d217e50203e84c4f..c2802477670a151152ef563c75566b012d120c7d 100644 (file)
@@ -1,4 +1,4 @@
-;; Define function key sequences for DEC terminals.  -*- lexical-binding: t -*-
+;;; lk201.el --- Define function key sequences for DEC terminals.  -*- lexical-binding: t -*-
 
 (defvar lk201-function-map
   (let ((map (make-sparse-keymap)))
index 04481e8358b5a596fd62456f4b49887cc0747693..9655f41b6c1c4b935e65b8577847ecdf93186926 100644 (file)
@@ -22,4 +22,4 @@ it runs, which can change when the screen session is moved to another tty."
 
 (provide 'term/screen)
 
-;; screen.el ends here
+;;; screen.el ends here
index 08432c414af329007b3c3f127d809820dc579024..9a1c0646f89769c6389e397da5a91ad9525fcfa7 100644 (file)
@@ -17,4 +17,4 @@
 
 (provide 'term/st)
 
-;; st.el ends here
+;;; st.el ends here
index aa0c98364f395192da75a0cec962056f90e29e6d..4ea6f416c8cd35219ee5615185b86b692338095e 100644 (file)
@@ -22,4 +22,4 @@ it runs, which can change when the tmux session is moved to another tty."
 
 (provide 'term/tmux)
 
-;; tmux.el ends here
+;;; tmux.el ends here
index 4a925cd84c385dd4d650a6e661011c5da586c312..1a5dc05783ebd8f018fbc19ef65a79a31ca3f3fd 100644 (file)
@@ -1,4 +1,4 @@
-;;; w32console.el -- Setup w32 console keys and colors.  -*- lexical-binding: t; -*-
+;;; w32console.el --- Setup w32 console keys and colors.  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2007-2021 Free Software Foundation, Inc.
 
index 8a0436afc649e886d88773552b48325306247fef..4acdc9f4d87cd7aeeee0ceda9950e87013a6bdff 100644 (file)
@@ -1,4 +1,4 @@
-;;; remember --- a mode for quickly jotting down things to remember  -*- lexical-binding: t; -*-
+;;; remember.el --- a mode for quickly jotting down things to remember  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 1999-2001, 2003-2021 Free Software Foundation, Inc.
 
index c6901d992006fe4849275035cc932cfc456c3780..29c2780121ad7ff4c464387df95e9c61984d034e 100644 (file)
@@ -1,4 +1,4 @@
-;;; url-mail.el --- Mail Uniform Resource Locator retrieval code  -*- lexical-binding: t; -*-
+;;; url-mailto.el --- Mail Uniform Resource Locator retrieval code  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 1996-1999, 2004-2021 Free Software Foundation, Inc.
 
index 2b477dff0a30e0e980a7aab637ad15f9cc9201d4..87ca542f1c2f275be75f14c3572c10dbe7e23a8f 100644 (file)
@@ -1,4 +1,4 @@
-;;; vc-dispatcher.el -- generic command-dispatcher facility.  -*- lexical-binding: t -*-
+;;; vc-dispatcher.el --- generic command-dispatcher facility.  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2008-2021 Free Software Foundation, Inc.
 
index e1b042a7424a887fe0bf96b85934d67c7647a638..254e47933d6eab6db840a35ce845b89121da1104 100644 (file)
@@ -82,3 +82,5 @@ If the file is not registered, or the master name is not known, return nil."
        nil))))                         ; Not registered
 
 (provide 'vc-filewise)
+
+;;; vc-filewise.el ends here
index 5f27c2e38a6ff020adeb4f1129dffc47fa387441..3e97e9cfa5bbe1e498ff20fc0be10c1cd2e0cfbf 100644 (file)
@@ -1,4 +1,4 @@
-;;; auto-revert-tests.el --- Tests of auto-revert   -*- lexical-binding: t -*-
+;;; autorevert-tests.el --- Tests of auto-revert   -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2015-2021 Free Software Foundation, Inc.
 
index 61d3c11f6df505e19a1ccffb0a8e95435c77b839..6973f7e5c95a4632c6e9a58a7a821725b89422c4 100644 (file)
@@ -1,4 +1,4 @@
-;; icalendar-tests.el --- Test suite for icalendar.el  -*- lexical-binding:t -*-
+;;; icalendar-tests.el --- Test suite for icalendar.el  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2005, 2008-2021 Free Software Foundation, Inc.
 
index b90fe0bd85beda7812a893a8d4445bd57186560e..b706b73570d184e2f05ed562f3e410f48c41755b 100644 (file)
@@ -1,4 +1,4 @@
-;; parse-time-tests.el --- Test suite for parse-time.el  -*- lexical-binding:t -*-
+;;; parse-time-tests.el --- Test suite for parse-time.el  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2016-2021 Free Software Foundation, Inc.
 
index f97ff18320e0b5c5dbe9123ae1487551826507a9..087dcfd8996881dff2d73e0f7e7532e0eb233ebb 100644 (file)
@@ -1,4 +1,4 @@
-;;; srecode/test.el --- SRecode Core Template tests. -*- lexical-binding:t -*-
+;;; srecode-utest-template.el --- SRecode Core Template tests. -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2008-2021 Free Software Foundation, Inc.
 
index 4ced98a50bc1e5829ba5683fc7aed6205ca67c9c..122bd7956928cf1f93b1d90837633f6f531a80b8 100644 (file)
@@ -1,4 +1,4 @@
-;;; custom--test-theme.el -- A test theme.  -*- lexical-binding:t -*-
+;;; custom--test-theme.el --- A test theme.  -*- lexical-binding:t -*-
 
 (deftheme custom--test
   "A test theme.")
index 6ba455b50d4fb22cdf1734f2c8c5766cd42cd8ac..2052dc0e38c11a971980aa17cb174e8f2a6fcee8 100644 (file)
@@ -1,4 +1,4 @@
-;;; descr-text-test.el --- ERT tests for descr-text.el -*- lexical-binding: t -*-
+;;; descr-text-tests.el --- ERT tests for descr-text.el -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2014, 2016-2021 Free Software Foundation, Inc.
 
index 285616a78069a1c019cbf543859b51c704bda522..9f9bb73133c976c0ce78811e8d2772847e5dfdfb 100644 (file)
@@ -1,4 +1,4 @@
-;;; eieio-testsinvoke.el -- eieio tests for method invocation  -*- lexical-binding:t -*-
+;;; eieio-test-methodinvoke.el --- eieio tests for method invocation  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2005, 2008, 2010, 2013-2021 Free Software Foundation,
 ;; Inc.
index a47fb8053b9bde7b57b77a136b8997118b09e495..11ffc115f7eaf62cc9a6d999933fbc6ba9c23ff7 100644 (file)
@@ -1,4 +1,4 @@
-;;; eieio-tests.el -- eieio test routines -*- lexical-binding: t -*-
+;;; eieio-tests.el --- eieio test routines -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1999-2003, 2005-2010, 2012-2021 Free Software
 ;; Foundation, Inc.
index ec65397fd639f35b10b43dc36e0fa6dd6f7aa132..31967a61c3cbcbd838b626970fbe93601db0c926 100644 (file)
@@ -1,4 +1,4 @@
-;;; tests/em-hist-tests.el --- em-hist test suite  -*- lexical-binding:t -*-
+;;; em-hist-tests.el --- em-hist test suite  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2017-2021 Free Software Foundation, Inc.
 
index fc2cd9c8e1485ce588ea45418b94d9c273b33dd4..5d1742b76fd9daaf458af69c1b84a7016457096a 100644 (file)
@@ -1,4 +1,4 @@
-;;; tests/em-ls-tests.el --- em-ls test suite  -*- lexical-binding:t -*-
+;;; em-ls-tests.el --- em-ls test suite  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2017-2021 Free Software Foundation, Inc.
 
index 0c99da64b2e8d49bcb4b45edf1083d8a9ab865e7..e2a0ea59d1c4f5e9f4255fe59ad6266f810c092c 100644 (file)
@@ -1,4 +1,4 @@
-;;; tests/esh-opt-tests.el --- esh-opt test suite  -*- lexical-binding:t -*-
+;;; esh-opt-tests.el --- esh-opt test suite  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2018-2021 Free Software Foundation, Inc.
 
index 4dac7024f41946bb9e21c9064953302a304c99b7..4f0cc9b67851666ce709f2b148f94642aee0edf3 100644 (file)
@@ -1,4 +1,4 @@
-;;; tests/eshell-tests.el --- Eshell test suite  -*- lexical-binding:t -*-
+;;; eshell-tests.el --- Eshell test suite  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 1999-2021 Free Software Foundation, Inc.
 
index 8650053b682b7fe3afe988230da261f990d04f93..36ec8c51d159356ed2d2ac657e788ac7adef2000 100644 (file)
@@ -1,4 +1,4 @@
-;;; message-mode-tests.el --- Tests for message-mode  -*- lexical-binding: t; -*-
+;;; message-tests.el --- Tests for message-mode  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2015-2021 Free Software Foundation, Inc.
 
index 95af21fb591b972b5f2f94b5561d1d1faca9831d..ecba86146f10ea2734e4602fd983740480a1909d 100644 (file)
@@ -1,4 +1,4 @@
-;;; info-xref.el --- tests for info-xref.el  -*- lexical-binding:t -*-
+;;; info-xref-tests.el --- tests for info-xref.el  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2013-2021 Free Software Foundation, Inc.
 
index a2da73767bc3f9e719eb20fa600593b2a7d2f859..51f4ed3a80ef0ca665c51b4959212a68d5e92ff9 100644 (file)
@@ -1,4 +1,4 @@
-;;; ucs-normalize --- tests for international/ucs-normalize.el -*- lexical-binding: t -*-
+;;; ucs-normalize-tests.el --- tests for international/ucs-normalize.el -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2002-2021 Free Software Foundation, Inc.
 
index ff453319b3736956c67e4f4b8ac952d975a7ee40..1a35ec34cb9fbb7044e87a6f16d0de0a8fb1a9fc 100644 (file)
@@ -1,4 +1,4 @@
-;;; network-stream-tests.el --- tests for network security manager -*- lexical-binding: t; -*-
+;;; nsm-tests.el --- tests for network security manager  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2019-2021 Free Software Foundation, Inc.
 
index a06e31a4f88e17430e49b503288cb2c99072993b..ed532af657a29d5a85846f4ce5006ab1a1499864 100644 (file)
@@ -1,4 +1,4 @@
-;;; network-stream-tests.el --- tests for network processes       -*- lexical-binding: t; -*-
+;;; shr-tests.el --- tests for shr.el  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2016-2021 Free Software Foundation, Inc.
 
index d63ecb972aaf44844178ed65d9618dbb5d931fde..75dea4e5ef09627c56b0a6e18f44ed59820f2cf3 100644 (file)
@@ -1,4 +1,4 @@
-;;; fortune-tests.el --- Tests for fortune.el  -*- lexical-binding: t -*-
+;;; cookie1-tests.el --- Tests for cookie1.el  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2021 Free Software Foundation, Inc.
 
index 14bc48b92fd963de1bf370c38453f7f82236f567..107b359dc32e097a6a4f1b81638a33e317095646 100644 (file)
@@ -1,4 +1,4 @@
-;;; cperl-mode-tests --- Test for cperl-mode  -*- lexical-binding: t -*-
+;;; cperl-mode-tests.el --- Test for cperl-mode  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2020-2021 Free Software Foundation, Inc.
 
index 9f6800ccd63eba59d9cc61d781dc4c82ef532e00..f63f8ad72535c81bb51b30297854dd078e2ab1f3 100644 (file)
@@ -1,4 +1,4 @@
-;;; perl-mode-tests --- Test for perl-mode  -*- lexical-binding: t -*-
+;;; perl-mode-tests.el --- Test for perl-mode  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2020-2021 Free Software Foundation, Inc.
 
index 601eca6cd496b3ee66b29720c3aa8102e9990d7f..4b153d117f0b71fb105f799e0e739256e3880b47 100644 (file)
@@ -1,4 +1,4 @@
-;;; simple-test.el --- Tests for simple.el           -*- lexical-binding: t; -*-
+;;; simple-tests.el --- Tests for simple.el           -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2015-2021 Free Software Foundation, Inc.
 
index 21efe620999bea80bf784557df036b56de96207b..a4c7f447b591adb37c9c44f44d4d1d591c52b876 100644 (file)
@@ -1,4 +1,4 @@
-;;; fill-test.el --- ERT tests for fill.el -*- lexical-binding: t -*-
+;;; fill-tests.el --- ERT tests for fill.el -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2017-2021 Free Software Foundation, Inc.
 
index 59c23943304371870abd7a515c4d8e94f24da3b7..3ee3cd6fb17a775f5af51b0c3de669d0e2f71352 100644 (file)
@@ -1,4 +1,4 @@
-;;; tildify-test.el --- ERT tests for tildify.el -*- lexical-binding: t -*-
+;;; tildify-tests.el --- ERT tests for tildify.el -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2014-2021 Free Software Foundation, Inc.
 
index 62a27f09cbd0196d249777331337c722ea708c2d..07eb8bb250e6abc0f9e37c9fafd7fcbc4a5ab0f2 100644 (file)
@@ -1,4 +1,4 @@
-;;; thingatpt.el --- tests for thing-at-point.  -*- lexical-binding:t -*-
+;;; thingatpt-tests.el --- tests for thing-at-point.  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2013-2021 Free Software Foundation, Inc.
 
index aeab51ec261b9e888cc2699da0bfc55b2936a1ee..b02dce8f707e0bef9ef6c5a7b12b102844790701 100644 (file)
@@ -1,4 +1,4 @@
-;;; vc-bzr.el --- tests for vc/vc-bzr.el  -*- lexical-binding: t -*-
+;;; vc-bzr-tests.el --- tests for vc/vc-bzr.el  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2011-2021 Free Software Foundation, Inc.
 
index cd3e1138f4be10a62d49c61d4413792d410f1fd8..b00b58acfc55148d8a4f2c1428fb32a9f51c8f9f 100644 (file)
@@ -1,4 +1,4 @@
-;;; xml-parse-tests.el --- Test suite for XML parsing.  -*- lexical-binding:t -*-
+;;; xml-tests.el --- Test suite for XML parsing.  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2012-2021 Free Software Foundation, Inc.
 
index 7169c78bea08770ea884097f70d03319604c68ab..1561c18dd68bef9dba77b598085e5cca9a76ac2a 100644 (file)
@@ -1,4 +1,4 @@
-;;; semantic-utest.el --- Miscellaneous Semantic tests.  -*- lexical-binding: t; -*-
+;;; semantic-tests.el --- Miscellaneous Semantic tests.  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2003-2021  Free Software Foundation, Inc.
 
index f7c2bf7fc0d44eeb04c7bec659efaa6eb0d6d184..44846a7a67aba7511f37412a91d1b41133a4eba3 100644 (file)
@@ -1,4 +1,4 @@
-;;; image-size-tests.el -- tests for image scaling  -*- lexical-binding: t; -*-
+;;; image-size-tests.el --- tests for image scaling  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2017-2021 Free Software Foundation, Inc.
 
index 5342b5edcae1e9c8a2a09f5e15cbdc6a54f247f7..debb74f2edbe0dfd358090d11020f19f36abf481 100644 (file)
@@ -1,4 +1,4 @@
-;;; image-transform-tests.el --- Test suite for image transforms.  -*- lexical-binding: t -*-
+;;; image-transforms-tests.el --- Test suite for image transforms.  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2019-2021 Free Software Foundation, Inc.
 
index 2f40b2bb696e75e360b4ef8e40e19e8d9184a4a3..dd15d54fa88129aff6104108fe9304737f692e10 100644 (file)
@@ -1,4 +1,4 @@
-;;; scroll-tests.el -- tests for scrolling -*- lexical-binding: t -*-
+;;; scroll-tests.el --- tests for scrolling -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2017-2021 Free Software Foundation, Inc.
 
index 6fa6a6c90d7cb9905de390ba9c4173f2f34f4bbc..5e95e7d7740c8233499b14cbaf38c7c0974584e1 100644 (file)
@@ -1,4 +1,4 @@
-;;; test-custom-deps.el --- Test custom noloads  -*- lexical-binding:t -*-
+;;; test-custom-noloads.el --- Test custom noloads  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2021 Free Software Foundation, Inc.
 
@@ -42,4 +42,4 @@
   (cus-test-noloads)
   (should-not cus-test-vars-not-cus-loaded))
 
-;;; test-custom-deps.el ends here
+;;; test-custom-noloads.el ends here
index 10fc4dbf353d1d333b91df0834e3683db6571cec..f630b32a5eea3c43ef98143a20ff6fc148caaa0f 100644 (file)
@@ -1,4 +1,4 @@
-;;; character-tests.el -- tests for character.c  -*- lexical-binding:t -*-
+;;; character-tests.el --- tests for character.c  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2021 Free Software Foundation, Inc.
 
index ea80da4819cffc787e20df727225d508790d501a..a731a95ccf072f75f38530ab419a685fff2a5bb1 100644 (file)
@@ -1,4 +1,4 @@
-;;; editfns-tests.el -- tests for editfns.c  -*- lexical-binding:t -*-
+;;; editfns-tests.el --- tests for editfns.c  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2016-2021 Free Software Foundation, Inc.
 
index af5bc2a0baf27400e7f86d9b41b4e5c8e2f90072..0a68d51e3eb6b50d8b7e9ad22894b3713bb9af03 100644 (file)
@@ -1,4 +1,4 @@
-;;; emacs-module-tests --- Test GNU Emacs modules.  -*- lexical-binding: t; -*-
+;;; emacs-module-tests.el --- Test GNU Emacs modules.  -*- lexical-binding: t; -*-
 
 ;; Copyright 2015-2021 Free Software Foundation, Inc.
 
index 7f193d4eeab8bb20535c984233a4a20fda328843..b989c97fe6bed553e58c49accba11f4b3d2748b1 100644 (file)
@@ -1,4 +1,4 @@
-;;; unit tests for src/fileio.c      -*- lexical-binding: t; -*-
+;;; fileio-tests.el --- unit tests for src/fileio.c      -*- lexical-binding: t; -*-
 
 ;; Copyright 2017-2021 Free Software Foundation, Inc.
 
index 0e1ca76fd9c495cd4228fc811be927c81cb87361..fc7bc7441b727fe5ee65bd4a99bb050885edd084 100644 (file)
@@ -1,4 +1,4 @@
-;;; threads.el --- tests for threads. -*- lexical-binding: t -*-
+;;; thread-tests.el --- tests for threads. -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2012-2021 Free Software Foundation, Inc.
 
index e55bd1eb4eec89d8fe2392b0af74b76ae2e2e8d0..0a450a7573f5897f511b59ab4000e2f192df3576 100644 (file)
@@ -1,4 +1,4 @@
-;;; timefns-tests.el -- tests for timefns.c -*- lexical-binding: t -*-
+;;; timefns-tests.el --- tests for timefns.c -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2016-2021 Free Software Foundation, Inc.