emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/net/trampver.el,v


From: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/lisp/net/trampver.el,v
Date: Wed, 10 Oct 2007 04:55:31 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       07/10/10 04:55:30

Index: lisp/net/trampver.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/net/trampver.el,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- lisp/net/trampver.el        30 Sep 2007 16:43:07 -0000      1.36
+++ lisp/net/trampver.el        10 Oct 2007 04:55:30 -0000      1.37
@@ -30,14 +30,14 @@
 ;; "autoconf && ./configure" to change them.  (X)Emacs version check is defined
 ;; in macro AC_EMACS_INFO of aclocal.m4; should be changed only there.
 
-(defconst tramp-version "2.1.11-pre"
+(defconst tramp-version "2.1.11"
   "This version of Tramp.")
 
 (defconst tramp-bug-report-address "address@hidden"
   "Email address to send bug reports to.")
 
 ;; Check for (X)Emacs version.
-(let ((x (if (or (< emacs-major-version 21)    (and (featurep 'xemacs)      (< 
emacs-minor-version 4)))    (format "Tramp 2.1.11-pre is not fit for %s"        
    (when (string-match "^.*$" (emacs-version))       (match-string 0 
(emacs-version))))    "ok")))
+(let ((x (if (or (< emacs-major-version 21)    (and (featurep 'xemacs)      (< 
emacs-minor-version 4)))    (format "Tramp 2.1.11 is not fit for %s"        
(when (string-match "^.*$" (emacs-version))       (match-string 0 
(emacs-version))))    "ok")))
   (unless (string-match "\\`ok\\'" x) (error x)))
 
 (provide 'trampver)




reply via email to

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