Skip to content

Commit

Permalink
fix for slime from cvs, added some essential contribs
Browse files Browse the repository at this point in the history
  • Loading branch information
andreer committed May 14, 2010
1 parent 9d0103a commit dfb5948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asdf-extensions.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
(defparameter *fasl-directory*
(merge-pathnames
(make-pathname
:directory `(:relative ".lispbox" "fasl" ,(swank-loader::unique-directory-name)))
:directory `(:relative ".lispbox" "fasl" ,(swank-loader::unique-dir-name)))
(user-homedir-pathname)))

(defmethod output-files :around ((operation compile-op) (c source-file))
Expand Down
2 changes: 1 addition & 1 deletion write-lispbox-el.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fi

cat <<EOF
(require 'slime)
(slime-setup)
(slime-setup '(slime-fancy slime-asdf slime-banner))
(lispbox-find-lisps)
(provide 'lispbox)
Expand Down

0 comments on commit dfb5948

Please sign in to comment.