]> git.eshelyaron.com Git - emacs.git/commitdiff
Sync with Tramp 2.2.7.
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 15 Mar 2013 14:17:25 +0000 (15:17 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 15 Mar 2013 14:17:25 +0000 (15:17 +0100)
* net/trampver.el: Update release number.

lisp/ChangeLog
lisp/net/trampver.el

index 4ff63448d890e8576c2f06b37dfa6d0982b91ed0..41e78c7885a77a8528ba349eb1e84b20dcc4ea36 100644 (file)
@@ -1,3 +1,9 @@
+2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
+
+       Sync with Tramp 2.2.7.
+
+       * net/trampver.el: Update release number.
+
 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
 
        * doc-view.el Fix bug#13887.
index b346d0853070bf756eb4c518693bf3673bb2c778..64053c202b704843adaa2cadb6efa39b336ed974 100644 (file)
@@ -31,7 +31,7 @@
 ;; should be changed only there.
 
 ;;;###tramp-autoload
-(defconst tramp-version "2.2.7-pre"
+(defconst tramp-version "2.2.7"
   "This version of Tramp.")
 
 ;;;###tramp-autoload
@@ -44,7 +44,7 @@
                      (= emacs-major-version 21)
                      (>= emacs-minor-version 4)))
             "ok"
-          (format "Tramp 2.2.7-pre is not fit for %s"
+          (format "Tramp 2.2.7 is not fit for %s"
                   (when (string-match "^.*$" (emacs-version))
                     (match-string 0 (emacs-version)))))))
   (unless (string-match "\\`ok\\'" x) (error "%s" x)))