Skip to content
Snippets Groups Projects
Commit 8ff9f8f4 authored by ram's avatar ram
Browse files

This commit was generated by cvs2svn to compensate for changes in r6760,

which included commits to RCS files with non-trunk default branches.
parents 63c9b0fc bb2a1da8
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/dired.lisp,v 1.1.1.5 1992/06/05 19:28:07 phg Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/dired.lisp,v 1.1.1.6 1993/09/01 09:47:37 ram Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -15,16 +15,16 @@
;;; Written by Bill Chiles.
;;;
(defpackage "DIRED"
(:shadow "RENAME-FILE" "DELETE-FILE")
(:export "COPY-FILE" "RENAME-FILE" "FIND-FILE" "DELETE-FILE"
"MAKE-DIRECTORY"
"*UPDATE-DEFAULT*" "*CLOBBER-DEFAULT*" "*RECURSIVE-DEFAULT*"
"*REPORT-FUNCTION*" "*ERROR-FUNCTION*" "*YESP-FUNCTION*"
"PATHNAMES-FROM-PATTERN"))
(in-package "DIRED")
(shadow '(rename-file delete-file))
(export '(copy-file rename-file find-file delete-file make-directory
*update-default* *clobber-default* *recursive-default*
*report-function* *error-function* *yesp-function*
pathnames-from-pattern))
;;;; Exported parameters.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment