diff options
| author | Michael Albinus | 2011-07-30 16:57:12 +0200 |
|---|---|---|
| committer | Michael Albinus | 2011-07-30 16:57:12 +0200 |
| commit | 3c7ee4f39aabaeab09ffe5e1ab5d9ebba22652a6 (patch) | |
| tree | 4eb364f23eb43f459d1857c36a5469cce3ffae2b | |
| parent | 31011111a14e0e16ef8ace01d60efd0afc70494a (diff) | |
| download | emacs-3c7ee4f39aabaeab09ffe5e1ab5d9ebba22652a6.tar.gz emacs-3c7ee4f39aabaeab09ffe5e1ab5d9ebba22652a6.zip | |
Sync with Tramp 2.2.2.
* net/trampver.el: Update release number.
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/net/trampver.el | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a5b5abc498a..2f5c0e44550 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-07-30 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | Sync with Tramp 2.2.2. | ||
| 4 | |||
| 5 | * net/trampver.el: Update release number. | ||
| 6 | |||
| 1 | 2011-07-30 Juri Linkov <juri@jurta.org> | 7 | 2011-07-30 Juri Linkov <juri@jurta.org> |
| 2 | 8 | ||
| 3 | * dired-aux.el (dired-touch-initial): Remove function. | 9 | * dired-aux.el (dired-touch-initial): Remove function. |
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el index 7b4c6fd75b1..da51662b216 100644 --- a/lisp/net/trampver.el +++ b/lisp/net/trampver.el | |||
| @@ -31,7 +31,7 @@ | |||
| 31 | ;; should be changed only there. | 31 | ;; should be changed only there. |
| 32 | 32 | ||
| 33 | ;;;###tramp-autoload | 33 | ;;;###tramp-autoload |
| 34 | (defconst tramp-version "2.2.2-pre" | 34 | (defconst tramp-version "2.2.2" |
| 35 | "This version of Tramp.") | 35 | "This version of Tramp.") |
| 36 | 36 | ||
| 37 | ;;;###tramp-autoload | 37 | ;;;###tramp-autoload |
| @@ -44,7 +44,7 @@ | |||
| 44 | (= emacs-major-version 21) | 44 | (= emacs-major-version 21) |
| 45 | (>= emacs-minor-version 4))) | 45 | (>= emacs-minor-version 4))) |
| 46 | "ok" | 46 | "ok" |
| 47 | (format "Tramp 2.2.2-pre is not fit for %s" | 47 | (format "Tramp 2.2.2 is not fit for %s" |
| 48 | (when (string-match "^.*$" (emacs-version)) | 48 | (when (string-match "^.*$" (emacs-version)) |
| 49 | (match-string 0 (emacs-version))))))) | 49 | (match-string 0 (emacs-version))))))) |
| 50 | (unless (string-match "\\`ok\\'" x) (error "%s" x))) | 50 | (unless (string-match "\\`ok\\'" x) (error "%s" x))) |