emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112049: Sync with Tramp 2.2.7.


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112049: Sync with Tramp 2.2.7.
Date: Fri, 15 Mar 2013 15:17:25 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112049
committer: Michael Albinus <address@hidden
branch nick: trunk
timestamp: Fri 2013-03-15 15:17:25 +0100
message:
  Sync with Tramp 2.2.7.
  
  * net/trampver.el: Update release number.
modified:
  lisp/ChangeLog
  lisp/net/trampver.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-03-14 21:33:07 +0000
+++ b/lisp/ChangeLog    2013-03-15 14:17:25 +0000
@@ -1,3 +1,9 @@
+2013-03-15  Michael Albinus  <address@hidden>
+
+       Sync with Tramp 2.2.7.
+
+       * net/trampver.el: Update release number.
+
 2013-03-14  Tassilo Horn  <address@hidden>
 
        * doc-view.el Fix bug#13887.

=== modified file 'lisp/net/trampver.el'
--- a/lisp/net/trampver.el      2013-01-02 16:13:04 +0000
+++ b/lisp/net/trampver.el      2013-03-15 14:17:25 +0000
@@ -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)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]