]> git.eshelyaron.com Git - emacs.git/commitdiff
; Normalize some header comments
authorStefan Kangas <stefan@marxist.se>
Thu, 16 Sep 2021 13:35:10 +0000 (15:35 +0200)
committerStefan Kangas <stefan@marxist.se>
Thu, 16 Sep 2021 13:42:44 +0000 (15:42 +0200)
17 files changed:
lisp/bs.el
lisp/delim-col.el
lisp/leim/quail/persian.el
lisp/mail/feedmail.el
lisp/net/soap-client.el
lisp/net/soap-inspect.el
lisp/printing.el
lisp/progmodes/antlr-mode.el
lisp/progmodes/cl-font-lock.el
lisp/progmodes/ebnf2ps.el
lisp/progmodes/gdb-mi.el
lisp/progmodes/verilog-mode.el
lisp/ps-def.el
lisp/ps-print.el
lisp/ps-samp.el
lisp/whitespace.el
lisp/widget.el

index 494bc426188d663b73a2d0b4884bff13a2ff5476..ccb06bbdba0c7104b96d95fc4d2cecfaa28dcf6a 100644 (file)
@@ -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
index cd945d8de45846f359b55b81fe22060006ba5901..1153961468e145dbf505c19b1ad1b0e4468c8e94 100644 (file)
@@ -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.
 
index cb1f6e3c78ba07c1a762700bee08a5c11f756d61..d058cfa61c47d73fac5eed2833c8c0b044ccde1a 100644 (file)
@@ -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
 
index cec573642ecb677507ae6c2deff8c312c7244d12..083d8feae4e961239317a9b719833a44e14af179 100644 (file)
@@ -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:
 
index de1cd9d320f107896da7be2d086787026de4b99a..6e10b5c4e308624043317092a6328505a7c57ca1 100644 (file)
@@ -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.
 
index 6f9ce6a2d6948d313522d5382f972fc1fb181685..2192a6879135f15dfe711b28343fea1b4aeaf659 100644 (file)
@@ -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.
 
index e7aab901d53b4c7cfe6a2e31d2616136ac6240e0..7587676ab27c758892fa19253b150bb508a60a74 100644 (file)
@@ -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>
index 2a4b348283126213a46d5245563110e93cda78b2..a74ca1ed2394987e5e06f5c3e82c8f176bf0bb54 100644 (file)
@@ -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.
 
index 178fe944f300ea5aeabc52eb5a96965217f44fe2..f602c3e13f47fadbae2bca401d63fe5e019155aa 100644 (file)
@@ -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
 
index 052a68547b8d75c4012c47e27fa67c57ee8d5486..21ab48b1104cd18d83a3c590e628857f1b0e9e1a 100644 (file)
@@ -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.
 
index 67ad39b7f46e7a2a3d6fb600e94d446d905d5894..41384e129b016929c8e470cde862e03600de161e 100644 (file)
@@ -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
index 5cc834f4a890de25a2a95e52a7aa3b3c0c1294b5..fe0e4fb083799bbe602f2b1803a1eaa13f12cc10 100644 (file)
@@ -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
index b9c3ab57a26284d01b09329129e5c4191f156739..4f8498d9ef200b887fd39265e1ec5404e3dc475d 100644 (file)
@@ -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.
index 1b8654ead2b5c88357f0fcbf374be0caa59cacfb..c5a48f59aa52857afde2abb5df73f91c75c21174 100644 (file)
@@ -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))
 
index 22a29b8b4b1aa3df081871d42d0998a096f66a1b..2f7de40da634d2f0662eb93673743b2820a2bcdf 100644 (file)
@@ -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.
index a3a127474d365d4a084fb568f50db6f268149ad8..7e090177eb7f9ab963a48bbf6a7ee794fe4613e8 100644 (file)
@@ -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.
 
index d258e6fae2b3ab609bcfce5a2bd9757061f6806d..b72f548f508d410e8923eb2d728353be50812df7 100644 (file)
@@ -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.