X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-aclrepl%2Frepl.lisp;h=c3377e7b9285d396ee84807820672c57b9b8a8d9;hb=1b650be8b800cf96e2c268ae317fb26d0bf36827;hp=17c2ad05ce7c1d8a43857431a8839af205dbbb51;hpb=e8f691fc1ba5e3aebc74fd8723c7cc550a4f1e35;p=sbcl.git diff --git a/contrib/sb-aclrepl/repl.lisp b/contrib/sb-aclrepl/repl.lisp index 17c2ad0..c3377e7 100644 --- a/contrib/sb-aclrepl/repl.lisp +++ b/contrib/sb-aclrepl/repl.lisp @@ -488,7 +488,7 @@ (defun pushd-cmd (string-arg) (push string-arg *dir-stack*) - (cd-cmd *output* string-arg) + (cd-cmd string-arg) (values)) (defun popd-cmd ()