mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
Make tramp a built-in package
* lisp/finder.el (finder-compile-keywords): Update `package--builtins' also when Version: keyword is available. * lisp/net/trampver.el: Add Version: keyword. (tramp-version): Change it to "2.2.13.25.1", in order to be compatible with `version-to-list'.
This commit is contained in:
parent
df336700e9
commit
dfc850ba4c
@ -238,7 +238,7 @@ from; the default is `load-path'."
|
||||
;; The idea here is that eg calc.el gets to define
|
||||
;; the description of the calc package.
|
||||
;; This does not work for eg nxml-mode.el.
|
||||
((eq base-name package)
|
||||
((or (eq base-name package) version)
|
||||
(setq desc (cdr entry))
|
||||
(aset desc 0 version)
|
||||
(aset desc 2 summary)))
|
||||
|
@ -6,6 +6,7 @@
|
||||
;; Author: Kai Großjohann <kai.grossjohann@gmx.net>
|
||||
;; Keywords: comm, processes
|
||||
;; Package: tramp
|
||||
;; Version: 2.2.13.25.1
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
@ -31,7 +32,7 @@
|
||||
;; should be changed only there.
|
||||
|
||||
;;;###tramp-autoload
|
||||
(defconst tramp-version "2.2.13-25.1"
|
||||
(defconst tramp-version "2.2.13.25.1"
|
||||
"This version of Tramp.")
|
||||
|
||||
;;;###tramp-autoload
|
||||
|
Loading…
Reference in New Issue
Block a user