Add Tramp version integrated in Emacs 28.1
* lisp/net/trampver.el (customize-package-emacs-version-alist): Add Tramp version integrated in Emacs 28.1.
This commit is contained in:
parent
1dfcac6e10
commit
9fbc4fa0e7
1 changed files with 2 additions and 1 deletions
|
@ -101,7 +101,8 @@
|
||||||
("2.2.13.25.2" . "25.3")
|
("2.2.13.25.2" . "25.3")
|
||||||
("2.3.3" . "26.1") ("2.3.3.26.1" . "26.1") ("2.3.5.26.2" . "26.2")
|
("2.3.3" . "26.1") ("2.3.3.26.1" . "26.1") ("2.3.5.26.2" . "26.2")
|
||||||
("2.3.5.26.3" . "26.3")
|
("2.3.5.26.3" . "26.3")
|
||||||
("2.4.3.27.1" . "27.1") ("2.4.5.27.2" . "27.2")))
|
("2.4.3.27.1" . "27.1") ("2.4.5.27.2" . "27.2")
|
||||||
|
("2.5.2.28.1" . "28.1")))
|
||||||
|
|
||||||
(add-hook 'tramp-unload-hook
|
(add-hook 'tramp-unload-hook
|
||||||
(lambda ()
|
(lambda ()
|
||||||
|
|
Loading…
Add table
Reference in a new issue