diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2021-12-03 13:51:19 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2021-12-03 13:51:19 +0100 |
commit | 9fbc4fa0e73f41a851da70b6249f3cc891bab9a1 (patch) | |
tree | 27465b86b1dc6cbf52814c17cc5b5436b4b8c66b /lisp | |
parent | 1dfcac6e10a7d0f72f10943ad4bededd35502506 (diff) | |
download | emacs-9fbc4fa0e73f41a851da70b6249f3cc891bab9a1.tar.gz |
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.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/net/trampver.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el index e2a80f5c698..680bcf09318 100644 --- a/lisp/net/trampver.el +++ b/lisp/net/trampver.el @@ -101,7 +101,8 @@ ("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.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 (lambda () |