;;; -*-Scheme-*-
;;;
-;;; $Id: dirunx.scm,v 1.7 1994/09/28 22:44:45 cph Exp $
+;;; $Id: dirunx.scm,v 1.8 1995/01/06 00:58:41 cph Exp $
;;;
-;;; Copyright (c) 1992-93 Massachusetts Institute of Technology
+;;; Copyright (c) 1992-95 Massachusetts Institute of Technology
;;;
;;; This material was developed by the Scheme project at the
;;; Massachusetts Institute of Technology, Department of
(define (dired-change-inode program)
(lambda (attribute argument)
(dired-change-files (string-append "change" attribute "of") argument
- (let ((program (find-program program #f))
+ (let ((program (os/find-program program #f))
(directory (buffer-default-directory (current-buffer))))
(lambda (pathname lstart)
(run-synchronous-process #f #f directory #f
(lambda (argument)
(let ((n
(dired-change-files "compress" argument
- (let ((gzip (find-program "gzip" #f))
+ (let ((gzip (os/find-program "gzip" #f))
(directory (buffer-default-directory (current-buffer))))
(lambda (pathname lstart)
(let ((type (pathname-type pathname))
;;; -*-Scheme-*-
;;;
-;;; $Id: vc.scm,v 1.16 1994/10/12 01:52:11 cph Exp $
+;;; $Id: vc.scm,v 1.17 1995/01/06 00:59:18 cph Exp $
;;;
-;;; Copyright (c) 1994 Massachusetts Institute of Technology
+;;; Copyright (c) 1994-95 Massachusetts Institute of Technology
;;;
;;; This material was developed by the Scheme project at the
;;; Massachusetts Institute of Technology, Department of
(buffer-end command-buffer)
#f
#f
- (find-program command
- (buffer-default-directory command-buffer))
+ (os/find-program command
+ (buffer-default-directory command-buffer))
(vc-command-arguments arguments))))
(if (and (eq? 'EXITED (car result))
(<= 0 (cdr result) status-limit))