buffers with no natural directory end up being in a reasonable place.
#| -*-Scheme-*-
-$Id: edextra.scm,v 1.13 1992/09/17 05:15:08 cph Exp $
+$Id: edextra.scm,v 1.14 1992/09/25 01:04:06 cph Exp $
Copyright (c) 1992 Massachusetts Institute of Technology
(equal? "asv" (pathname-type filename))
(usual filename)))))
+(set! default-homedir-pathname
+ (lambda () (->pathname student-dir)))
+
(define (dired-buffer-directory buffer)
;; Similar to the definition in "dired.scm". That definition should
;; be exported in order to eliminate this redundant definition.