;;; -*-Scheme-*-
;;;
-;;; $Id: dosfile.scm,v 1.1 1995/10/25 02:18:54 cph Exp $
+;;; $Id: dosfile.scm,v 1.2 1995/10/25 03:26:02 cph Exp $
;;;
;;; Copyright (c) 1994-95 Massachusetts Institute of Technology
;;;
(pathname-new-type pathname "sav"))))
(define (dos/buffer-long-name buffer)
- (if (string-ci=? "hpfs" (car (os/fs-drive-type directory)))
+ (if (string-ci=? "hpfs"
+ (car (os/fs-drive-type (buffer-default-directory buffer))))
(dos/buffer-hpfs-name buffer)
(buffer-name buffer)))
;;; -*-Scheme-*-
;;;
-;;; $Id: os2.scm,v 1.24 1995/10/25 02:19:44 cph Exp $
+;;; $Id: os2.scm,v 1.25 1995/10/25 03:25:55 cph Exp $
;;;
;;; Copyright (c) 1994-95 Massachusetts Institute of Technology
;;;
"sendmail")
(define (os/rmail-pop-procedure)
- (and (os2/find-program "popclient" (ref-variable exec-path) #f)
+ (and (dos/find-program "popclient" (ref-variable exec-path) #f)
(lambda (server user-name password directory)
(os2-pop-client server user-name password directory))))