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, 29 Jul 2007 15:32:59 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       07/07/29 15:32:56

Index: net/trampver.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/net/trampver.el,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- net/trampver.el     28 Jul 2007 07:47:06 -0000      1.30
+++ net/trampver.el     29 Jul 2007 15:32:56 -0000      1.31
@@ -1,10 +1,10 @@
-;;; -*- mode: Emacs-Lisp; coding: iso-2022-7bit; -*-
+;;; -*- mode: Emacs-Lisp; coding: utf-8; -*-
 ;;; trampver.el --- Transparent Remote Access, Multiple Protocol
 ;;; lisp/trampver.el.  Generated from trampver.el.in by configure.
 
 ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
 
-;; Author: Kai Gro,A_(Bjohann <address@hidden>
+;; Author: Kai Großjohann <address@hidden>
 ;; Keywords: comm, processes
 
 ;; This file is part of GNU Emacs.
@@ -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.10"
+(defconst tramp-version "2.1.11-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.10 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-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]