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, 23 Dec 2007 13:25:28 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       07/12/23 13:25:27

Index: net/trampver.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/net/trampver.el,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- net/trampver.el     6 Dec 2007 18:22:45 -0000       1.39
+++ net/trampver.el     23 Dec 2007 13:25:27 -0000      1.40
@@ -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.12-pre"
+(defconst tramp-version "2.1.12"
   "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.12-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.12 is not fit for %s"        
(when (string-match "^.*$" (emacs-version))       (match-string 0 
(emacs-version))))    "ok")))
   (unless (string-match "\\`ok\\'" x) (error "%s" x)))
 
 (provide 'trampver)




reply via email to

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