Skip to content
Snippets Groups Projects
Commit 83f75415 authored by phg's avatar phg
Browse files

*** empty log message ***

parent 66a33b4d
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/diredcoms.lisp,v 1.1.1.8 1992/01/24 11:17:16 phg Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/diredcoms.lisp,v 1.1.1.9 1992/06/04 22:43:31 phg Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -334,7 +334,6 @@ ...@@ -334,7 +334,6 @@
(editor-error "Not in Dired buffer.")) (editor-error "Not in Dired buffer."))
(let ((dirs (pathname-directory (let ((dirs (pathname-directory
(dired-info-pathname (value dired-information))))) (dired-info-pathname (value dired-information)))))
(declare (list dirs))
(dired-command nil (dired-command nil
(truename (make-pathname :directory (nconc dirs '(:UP))))))) (truename (make-pathname :directory (nconc dirs '(:UP)))))))
......
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