summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2020-12-22 12:13:37 +0100
committerMichael Albinus <michael.albinus@gmx.de>2020-12-22 12:13:37 +0100
commit188b09d6d9b12a2ec7f8ed4ad4c0bd55acbb37b1 (patch)
tree64c1802119521b944e0499b45b0664f6ba8ac14c /lisp
parente42a63a96004e2a5865dd3bc48f78f16a879e918 (diff)
downloademacs-188b09d6d9b12a2ec7f8ed4ad4c0bd55acbb37b1.tar.gz
emacs-188b09d6d9b12a2ec7f8ed4ad4c0bd55acbb37b1.tar.bz2
emacs-188b09d6d9b12a2ec7f8ed4ad4c0bd55acbb37b1.zip
Reorganize Tramp header lines
* lisp/net/tramp.el: Move header lines Version, Package-Requires, Package-Type and URL ... * lisp/net/trampver.el: ... here.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/net/tramp.el4
-rw-r--r--lisp/net/trampver.el12
2 files changed, 8 insertions, 8 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 4d8118a728b..0260569aa95 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -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.
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el
index d6b582edf87..30e5ba8151b 100644
--- a/lisp/net/trampver.el
+++ b/lisp/net/trampver.el
@@ -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.
@@ -30,10 +34,10 @@
;;; 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"