[Top][All Lists]
[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: |
Mon, 28 Jul 2008 03:47:56 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Michael Albinus <albinus> 08/07/28 03:47:56
Index: trampver.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/trampver.el,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- trampver.el 7 May 2008 02:56:35 -0000 1.48
+++ trampver.el 28 Jul 2008 03:47:56 -0000 1.49
@@ -29,14 +29,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.14-pre"
+(defconst tramp-version "2.1.14"
"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.14-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.14 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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/net/trampver.el,v,
Michael Albinus <=