]> git.eshelyaron.com Git - emacs.git/commitdiff
Reorganize Tramp header lines
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 22 Dec 2020 11:13:37 +0000 (12:13 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 22 Dec 2020 11:13:37 +0000 (12:13 +0100)
* lisp/net/tramp.el: Move header lines Version, Package-Requires,
Package-Type and URL ...
* lisp/net/trampver.el: ... here.

lisp/net/tramp.el
lisp/net/trampver.el

index 4d8118a728b60be51536955835a4b8c90c6e830a..0260569aa95c57760b9bc666a313ce4f03efd7ee 100644 (file)
@@ -7,10 +7,6 @@
 ;; Maintainer: Michael Albinus <michael.albinus@gmx.de>
 ;; Keywords: comm, processes
 ;; Package: tramp
-;; Version: 2.5.0-pre
-;; Package-Requires: ((emacs "25.1"))
-;; Package-Type: multi
-;; URL: https://savannah.gnu.org/projects/tramp
 
 ;; This file is part of GNU Emacs.
 
index d6b582edf875c0c824ee41ceb3fbbf050acafb39..30e5ba8151babcd58738f1591bcc37d3aaa265ba 100644 (file)
@@ -7,6 +7,10 @@
 ;; Maintainer: Michael Albinus <michael.albinus@gmx.de>
 ;; Keywords: comm, processes
 ;; Package: tramp
+;; Version: 2.5.0-pre
+;; Package-Requires: ((emacs "25.1"))
+;; Package-Type: multi
+;; URL: https://www.gnu.org/software/tramp/
 
 ;; This file is part of GNU Emacs.
 
 
 ;;; Code:
 
-;; In the Tramp GIT, the version number is auto-frobbed from tramp.el,
-;; and the bug report address is auto-frobbed from configure.ac.
-;; Emacs version check is defined in macro AC_EMACS_INFO of
-;; aclocal.m4; should be changed only there.
+;; In the Tramp GIT repository, the version number, the bug report
+;; address and the required Emacs version are auto-frobbed from
+;; configure.ac, so you should edit that file and run "autoconf &&
+;; ./configure" to change them.
 
 ;;;###tramp-autoload
 (defconst tramp-version "2.5.0-pre"