Changeset 9989 for trunk/j/src/org/armedbear/lisp/enough-namestring.lisp
- Timestamp:
- 09/19/05 16:54:42 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/enough-namestring.lisp
r7820 r9989 1 1 ;;; enough-namestring.lisp 2 2 ;;; 3 ;;; Copyright (C) 2004 Peter Graves4 ;;; $Id: enough-namestring.lisp,v 1. 2 2004-09-27 00:09:19piso Exp $3 ;;; Copyright (C) 2004-2005 Peter Graves 4 ;;; $Id: enough-namestring.lisp,v 1.3 2005-09-19 16:54:42 piso Exp $ 5 5 ;;; 6 6 ;;; This program is free software; you can redistribute it and/or … … 29 29 &optional 30 30 (defaults *default-pathname-defaults*)) 31 (unless (equal (pathname-host pathname) (pathname-host defaults)) 32 (return-from enough-namestring (namestring pathname))) 31 33 (let ((pathname-directory (pathname-directory pathname))) 32 34 (if pathname-directory
Note: See TracChangeset
for help on using the changeset viewer.