aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/net/trampver.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el
index e5f628d8537..dacdd44102f 100644
--- a/lisp/net/trampver.el
+++ b/lisp/net/trampver.el
@@ -39,7 +39,7 @@
39(defvar inhibit-message) 39(defvar inhibit-message)
40 40
41;;;###tramp-autoload 41;;;###tramp-autoload
42(defconst tramp-version "2.4.3" 42(defconst tramp-version "2.4.3.27.1"
43 "This version of Tramp.") 43 "This version of Tramp.")
44 44
45;;;###tramp-autoload 45;;;###tramp-autoload
@@ -73,7 +73,7 @@
73;; Check for Emacs version. 73;; Check for Emacs version.
74(let ((x (if (not (string-lessp emacs-version "24.4")) 74(let ((x (if (not (string-lessp emacs-version "24.4"))
75 "ok" 75 "ok"
76 (format "Tramp 2.4.3 is not fit for %s" 76 (format "Tramp 2.4.3.27.1 is not fit for %s"
77 (replace-regexp-in-string "\n" "" (emacs-version)))))) 77 (replace-regexp-in-string "\n" "" (emacs-version))))))
78 (unless (string-equal "ok" x) (error "%s" x))) 78 (unless (string-equal "ok" x) (error "%s" x)))
79 79
@@ -92,7 +92,8 @@
92 ("2.2.13.25.1" . "25.1") ("2.2.13.25.2" . "25.2") 92 ("2.2.13.25.1" . "25.1") ("2.2.13.25.2" . "25.2")
93 ("2.2.13.25.2" . "25.3") 93 ("2.2.13.25.2" . "25.3")
94 ("2.3.3" . "26.1") ("2.3.3.26.1" . "26.1") ("2.3.5.26.2" . "26.2") 94 ("2.3.3" . "26.1") ("2.3.3.26.1" . "26.1") ("2.3.5.26.2" . "26.2")
95 ("2.3.5.26.3" . "26.3"))) 95 ("2.3.5.26.3" . "26.3")
96 ("2.4.3.27.1" . "27.1")))
96 97
97(add-hook 'tramp-unload-hook 98(add-hook 'tramp-unload-hook
98 (lambda () 99 (lambda ()