# HG changeset patch # User Stefan Monnier # Date 1024777482 0 # Node ID 20686887461a0e605fbf751debfd430dc594081a # Parent 1cfc5b600782f3f0a45f77439f1b8593509b2022 (cvs-version): Use cvs-program rather than "cvs". diff -r 1cfc5b600782 -r 20686887461a lisp/pcvs-defs.el --- a/lisp/pcvs-defs.el Sat Jun 22 19:52:29 2002 +0000 +++ b/lisp/pcvs-defs.el Sat Jun 22 20:24:42 2002 +0000 @@ -4,7 +4,7 @@ ;; Author: Stefan Monnier ;; 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))