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: Sun, 21 Oct 2007 14:02:40 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       07/10/21 14:02:38

Index: net/trampver.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/trampver.el,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- net/trampver.el     10 Oct 2007 04:55:30 -0000      1.37
+++ net/trampver.el     21 Oct 2007 14:02:38 -0000      1.38
@@ -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"
+(defconst tramp-version "2.1.12-pre"
   "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 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.12-pre 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]