Mercurial > emacs
changeset 45965:20686887461a
(cvs-version): Use cvs-program rather than "cvs".
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 22 Jun 2002 20:24:42 +0000 |
parents | 1cfc5b600782 |
children | 09d2b243ebcb |
files | lisp/pcvs-defs.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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))