emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/pcvs-defs.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/pcvs-defs.el
Date: Sat, 22 Jun 2002 16:24:42 -0400

Index: emacs/lisp/pcvs-defs.el
diff -c emacs/lisp/pcvs-defs.el:1.17 emacs/lisp/pcvs-defs.el:1.18
*** emacs/lisp/pcvs-defs.el:1.17        Thu Dec 20 13:42:44 2001
--- emacs/lisp/pcvs-defs.el     Sat Jun 22 16:24:42 2002
***************
*** 4,10 ****
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: pcl-cvs
! ;; Revision: $Id: pcvs-defs.el,v 1.17 2001/12/20 18:42:44 pj Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 4,10 ----
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: pcl-cvs
! ;; Revision: $Id: pcvs-defs.el,v 1.18 2002/06/22 20:24:42 monnier Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 40,46 ****
  (defvar cvs-version
    (ignore-errors
      (with-temp-buffer
!       (call-process "cvs" nil t nil "-v")
        (goto-char (point-min))
        (when (re-search-forward "(CVS) \\([0-9]+\\)\\.\\([0-9]+\\)" nil t)
        (cons (string-to-number (match-string 1))
--- 40,46 ----
  (defvar cvs-version
    (ignore-errors
      (with-temp-buffer
!       (call-process cvs-program nil t nil "-v")
        (goto-char (point-min))
        (when (re-search-forward "(CVS) \\([0-9]+\\)\\.\\([0-9]+\\)" nil t)
        (cons (string-to-number (match-string 1))



reply via email to

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