diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-16 15:35:10 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-16 15:42:44 +0200 |
commit | cfae83adacf0dd5309d20eb383e51a7ae48514b0 (patch) | |
tree | f6e29639f61a0ba4504524843b1f0235faf98082 | |
parent | bcf59b99f43be4f40be1ff85d0281d660a8dd731 (diff) | |
download | emacs-cfae83adacf0dd5309d20eb383e51a7ae48514b0.tar.gz |
; Normalize some header comments
-rw-r--r-- | lisp/bs.el | 5 | ||||
-rw-r--r-- | lisp/delim-col.el | 2 | ||||
-rw-r--r-- | lisp/leim/quail/persian.el | 2 | ||||
-rw-r--r-- | lisp/mail/feedmail.el | 2 | ||||
-rw-r--r-- | lisp/net/soap-client.el | 2 | ||||
-rw-r--r-- | lisp/net/soap-inspect.el | 2 | ||||
-rw-r--r-- | lisp/printing.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/antlr-mode.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/cl-font-lock.el | 1 | ||||
-rw-r--r-- | lisp/progmodes/ebnf2ps.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/gdb-mi.el | 3 | ||||
-rw-r--r-- | lisp/progmodes/verilog-mode.el | 2 | ||||
-rw-r--r-- | lisp/ps-def.el | 2 | ||||
-rw-r--r-- | lisp/ps-print.el | 2 | ||||
-rw-r--r-- | lisp/ps-samp.el | 2 | ||||
-rw-r--r-- | lisp/whitespace.el | 2 | ||||
-rw-r--r-- | lisp/widget.el | 2 |
17 files changed, 17 insertions, 20 deletions
diff --git a/lisp/bs.el b/lisp/bs.el index 494bc426188..ccb06bbdba0 100644 --- a/lisp/bs.el +++ b/lisp/bs.el @@ -4,6 +4,8 @@ ;; Author: Olaf Sylvester <Olaf.Sylvester@netsurf.de> ;; Maintainer: emacs-devel@gnu.org ;; Keywords: convenience +;; Old-Version: 1.17 +;; URL: http://www.geekware.de/software/emacs ;; This file is part of GNU Emacs. @@ -22,9 +24,6 @@ ;;; Commentary: -;; Version: 1.17 -;; X-URL: http://www.geekware.de/software/emacs -;; ;; The bs-package contains a main function bs-show for popping up a ;; buffer in a way similar to `list-buffers' and `electric-buffer-list': ;; The new buffer offers a Buffer Selection Menu for manipulating diff --git a/lisp/delim-col.el b/lisp/delim-col.el index cd945d8de45..1153961468e 100644 --- a/lisp/delim-col.el +++ b/lisp/delim-col.el @@ -5,7 +5,7 @@ ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> ;; Old-Version: 2.1 ;; Keywords: convenience text -;; X-URL: https://www.emacswiki.org/emacs/ViniciusJoseLatorre +;; URL: https://www.emacswiki.org/emacs/ViniciusJoseLatorre ;; This file is part of GNU Emacs. diff --git a/lisp/leim/quail/persian.el b/lisp/leim/quail/persian.el index cb1f6e3c78b..d058cfa61c4 100644 --- a/lisp/leim/quail/persian.el +++ b/lisp/leim/quail/persian.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2011-2021 Free Software Foundation, Inc. ;; Author: Mohsen BANAN <libre@mohsen.1.banan.byname.net> -;; X-URL: http://mohsen.1.banan.byname.net/contact +;; URL: http://mohsen.1.banan.byname.net/contact ;; Keywords: multilingual, input method, Farsi, Persian, keyboard diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index cec573642ec..083d8feae4e 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/mail/feedmail.el @@ -7,7 +7,7 @@ ;; Author: Bill Carpenter <bill@carpenter.ORG> ;; Version: 11 ;; Keywords: email, queue, mail, sendmail, message, spray, smtp, draft -;; X-URL: <URL:http://www.carpenter.org/feedmail/feedmail.html> +;; URL: http://www.carpenter.org/feedmail/feedmail.html ;;; Commentary: diff --git a/lisp/net/soap-client.el b/lisp/net/soap-client.el index de1cd9d320f..6e10b5c4e30 100644 --- a/lisp/net/soap-client.el +++ b/lisp/net/soap-client.el @@ -8,7 +8,7 @@ ;; Version: 3.2.0 ;; Keywords: soap, web-services, comm, hypermedia ;; Package: soap-client -;; Homepage: https://github.com/alex-hhh/emacs-soap-client +;; URL: https://github.com/alex-hhh/emacs-soap-client ;; Package-Requires: ((cl-lib "0.6.1")) ;;FIXME: Put in `Package-Requires:' the Emacs version we expect. diff --git a/lisp/net/soap-inspect.el b/lisp/net/soap-inspect.el index 6f9ce6a2d69..2192a687913 100644 --- a/lisp/net/soap-inspect.el +++ b/lisp/net/soap-inspect.el @@ -6,7 +6,7 @@ ;; Created: October 2010 ;; Keywords: soap, web-services, comm, hypermedia ;; Package: soap-client -;; Homepage: https://github.com/alex-hhh/emacs-soap-client +;; URL: https://github.com/alex-hhh/emacs-soap-client ;; This file is part of GNU Emacs. diff --git a/lisp/printing.el b/lisp/printing.el index e7aab901d53..7587676ab27 100644 --- a/lisp/printing.el +++ b/lisp/printing.el @@ -5,7 +5,7 @@ ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> ;; Keywords: wp, print, PostScript ;; Version: 6.9.3 -;; X-URL: https://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre +;; URL: https://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre (defconst pr-version "6.9.3" "printing.el, v 6.9.3 <2007/12/09 vinicius> diff --git a/lisp/progmodes/antlr-mode.el b/lisp/progmodes/antlr-mode.el index 2a4b3482831..a74ca1ed239 100644 --- a/lisp/progmodes/antlr-mode.el +++ b/lisp/progmodes/antlr-mode.el @@ -5,7 +5,7 @@ ;; Author: Christoph Wedler <Christoph.Wedler@sap.com> ;; Keywords: languages, ANTLR, code generator ;; Version: 2.2c -;; X-URL: http://antlr-mode.sourceforge.net/ +;; URL: http://antlr-mode.sourceforge.net/ ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/cl-font-lock.el b/lisp/progmodes/cl-font-lock.el index 178fe944f30..f602c3e13f4 100644 --- a/lisp/progmodes/cl-font-lock.el +++ b/lisp/progmodes/cl-font-lock.el @@ -8,7 +8,6 @@ ;; Package-Requires: ((emacs "24.5")) ;; Keywords: lisp wp files convenience ;; URL: https://github.com/cl-font-lock/cl-font-lock -;; Homepage: https://github.com/cl-font-lock/cl-font-lock ;; This file is part of GNU Emacs diff --git a/lisp/progmodes/ebnf2ps.el b/lisp/progmodes/ebnf2ps.el index 052a68547b8..21ab48b1104 100644 --- a/lisp/progmodes/ebnf2ps.el +++ b/lisp/progmodes/ebnf2ps.el @@ -5,7 +5,7 @@ ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> ;; Keywords: wp, ebnf, PostScript ;; Version: 4.4 -;; X-URL: https://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre +;; URL: https://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el index 67ad39b7f46..41384e129b0 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el @@ -5,11 +5,10 @@ ;; Author: Nick Roberts <nickrob@gnu.org> ;; Maintainer: emacs-devel@gnu.org ;; Keywords: unix, tools +;; URL: https://www.emacswiki.org/emacs/GDB-MI ;; This file is part of GNU Emacs. -;; Homepage: https://www.emacswiki.org/emacs/GDB-MI - ;; GNU Emacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el index 5cc834f4a89..fe0e4fb0837 100644 --- a/lisp/progmodes/verilog-mode.el +++ b/lisp/progmodes/verilog-mode.el @@ -4,7 +4,7 @@ ;; Author: Michael McNamara <mac@verilog.com> ;; Wilson Snyder <wsnyder@wsnyder.org> -;; X-URL: https://www.veripool.org +;; URL: https://www.veripool.org ;; Created: 3 Jan 1996 ;; Keywords: languages ;; The "Version" is the date followed by the decimal rendition of the Git diff --git a/lisp/ps-def.el b/lisp/ps-def.el index b9c3ab57a26..4f8498d9ef2 100644 --- a/lisp/ps-def.el +++ b/lisp/ps-def.el @@ -5,7 +5,7 @@ ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> ;; Kenichi Handa <handa@gnu.org> (multi-byte characters) ;; Keywords: wp, print, PostScript -;; X-URL: https://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre +;; URL: https://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre ;; Package: ps-print ;; This file is part of GNU Emacs. diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 1b8654ead2b..c5a48f59aa5 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -9,7 +9,7 @@ ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> ;; Keywords: wp, print, PostScript ;; Version: 7.3.5 -;; X-URL: https://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre +;; URL: https://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre (eval-when-compile (require 'cl-lib)) diff --git a/lisp/ps-samp.el b/lisp/ps-samp.el index 22a29b8b4b1..2f7de40da63 100644 --- a/lisp/ps-samp.el +++ b/lisp/ps-samp.el @@ -8,7 +8,7 @@ ;; Kenichi Handa <handa@gnu.org> (multi-byte characters) ;; Maintainer: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> ;; Keywords: wp, print, PostScript -;; X-URL: https://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre +;; URL: https://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre ;; Package: ps-print ;; This file is part of GNU Emacs. diff --git a/lisp/whitespace.el b/lisp/whitespace.el index a3a127474d3..7e090177eb7 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -5,7 +5,7 @@ ;; Author: Vinicius Jose Latorre <viniciusjl.gnu@gmail.com> ;; Keywords: data, wp ;; Version: 13.2.2 -;; X-URL: https://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre +;; URL: https://www.emacswiki.org/cgi-bin/wiki/ViniciusJoseLatorre ;; This file is part of GNU Emacs. diff --git a/lisp/widget.el b/lisp/widget.el index d258e6fae2b..b72f548f508 100644 --- a/lisp/widget.el +++ b/lisp/widget.el @@ -4,7 +4,7 @@ ;; ;; Author: Per Abrahamsen <abraham@dina.kvl.dk> ;; Keywords: help, extensions, faces, hypermedia -;; X-URL: http://www.dina.kvl.dk/~abraham/custom/ +;; URL: http://www.dina.kvl.dk/~abraham/custom/ ;; Package: emacs ;; This file is part of GNU Emacs. |