diff options
| author | Michael Albinus | 2018-11-30 11:14:54 +0100 |
|---|---|---|
| committer | Michael Albinus | 2018-11-30 11:14:54 +0100 |
| commit | 03ee726f98a3810e4f4ef3e01ad411c7782755b0 (patch) | |
| tree | 5711048f8fbbc74a5dca3a7f2b83a577d49503ba | |
| parent | bce1d1afabe24c8461d56336fb966e819f20a175 (diff) | |
| download | emacs-03ee726f98a3810e4f4ef3e01ad411c7782755b0.tar.gz emacs-03ee726f98a3810e4f4ef3e01ad411c7782755b0.zip | |
; Add comment to `customize-package-emacs-version-alist'
| -rw-r--r-- | lisp/net/trampver.el | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el index e4dc7168e4e..9c1e9cfc2eb 100644 --- a/lisp/net/trampver.el +++ b/lisp/net/trampver.el | |||
| @@ -60,7 +60,11 @@ | |||
| 60 | (match-string 0 (emacs-version))))))) | 60 | (match-string 0 (emacs-version))))))) |
| 61 | (unless (string-match "\\`ok\\'" x) (error "%s" x))) | 61 | (unless (string-match "\\`ok\\'" x) (error "%s" x))) |
| 62 | 62 | ||
| 63 | ;; Tramp versions integrated into Emacs. | 63 | ;; Tramp versions integrated into Emacs. If a user option declares a |
| 64 | ;; `:package-version' which doesn't belong to an integrated Tramp | ||
| 65 | ;; version, it must be added here as well (see `tramp-syntax', for | ||
| 66 | ;; example). This can be checked by something like | ||
| 67 | ;; (customize-changed "26.1") | ||
| 64 | (add-to-list | 68 | (add-to-list |
| 65 | 'customize-package-emacs-version-alist | 69 | 'customize-package-emacs-version-alist |
| 66 | '(Tramp ("2.0.55" . "22.1") ("2.0.57" . "22.2") ("2.0.58-pre" . "22.3") | 70 | '(Tramp ("2.0.55" . "22.1") ("2.0.57" . "22.2") ("2.0.58-pre" . "22.3") |
| @@ -69,8 +73,8 @@ | |||
| 69 | ("2.2.3-24.1" . "24.1") ("2.2.3-24.1" . "24.2") ("2.2.6-24.3" . "24.3") | 73 | ("2.2.3-24.1" . "24.1") ("2.2.3-24.1" . "24.2") ("2.2.6-24.3" . "24.3") |
| 70 | ("2.2.9-24.4" . "24.4") ("2.2.11-24.5" . "24.5") | 74 | ("2.2.9-24.4" . "24.4") ("2.2.11-24.5" . "24.5") |
| 71 | ("2.2.13.25.1" . "25.1") ("2.2.13.25.2" . "25.2") | 75 | ("2.2.13.25.1" . "25.1") ("2.2.13.25.2" . "25.2") |
| 72 | ("2.2.13.25.2" . "25.3") ("2.3.3" . "26.1") | 76 | ("2.2.13.25.2" . "25.3") |
| 73 | ("2.3.3.26.1" . "26.1") ("2.3.5.26.2" . "26.2"))) | 77 | ("2.3.3" . "26.1") ("2.3.3.26.1" . "26.1") ("2.3.5.26.2" . "26.2"))) |
| 74 | 78 | ||
| 75 | (add-hook 'tramp-unload-hook | 79 | (add-hook 'tramp-unload-hook |
| 76 | (lambda () | 80 | (lambda () |