]> git.eshelyaron.com Git - emacs.git/commitdiff
(cvs-version): Use cvs-program rather than "cvs".
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 22 Jun 2002 20:24:42 +0000 (20:24 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 22 Jun 2002 20:24:42 +0000 (20:24 +0000)
lisp/pcvs-defs.el

index eaf8d5f78a05e3437f6952bd128112a234a3e59f..94f5a75bbdc01436002577b503e31f6a6b209890 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
 ;; Keywords: pcl-cvs
-;; Revision: $Id: pcvs-defs.el,v 1.16 2001/10/31 17:39:07 sds Exp $
+;; Revision: $Id: pcvs-defs.el,v 1.17 2001/12/20 18:42:44 pj Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -40,7 +40,7 @@
 (defvar cvs-version
   (ignore-errors
     (with-temp-buffer
-      (call-process "cvs" nil t nil "-v")
+      (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))