Skip to content

Commit

Permalink
Fix clhs-use-local.el ("quicklisp-slime-helper-file-contents" => "qui…
Browse files Browse the repository at this point in the history
…cklisp-clhs-file-contents") and update version to 0.4.
  • Loading branch information
Hexstream committed Mar 31, 2012
1 parent 1f0c8e9 commit 4c5b7bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions clhs-use-local.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;;; Version: 0.3
;;;; Version: 0.4
;;;;
;;;; This file was installed by clhs (trivial ASDF wrapper), like this:
;;;; (clhs:install-clhs-use-local)
Expand Down Expand Up @@ -27,7 +27,7 @@
(defun quicklisp-clhs-system-location ()
(let ((location-file (quicklisp-clhs-location-file)))
(when (file-exists-p location-file)
(let ((relative (quicklisp-slime-helper-file-contents location-file)))
(let ((relative (quicklisp-clhs-file-contents location-file)))
(file-name-directory (concat quicklisp-clhs-base relative))))))

(setq common-lisp-hyperspec-root
Expand Down
2 changes: 1 addition & 1 deletion clhs.asd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Thin ASDF wrapper (excluding HyperSpec): Public Domain"
;; See the README file for a longer description.
:description "The HyperSpec-7-0 directory in this thin ASDF wrapper is a complete and unmodified copy of Lispworks' Common Lisp HyperSpec version 7.0 (referenced from <http://www.lispworks.com/documentation/common-lisp.html>). Redistribution of the HyperSpec is made with permission from LispWorks per the terms and restrictions set forth at <http://www.lispworks.com/documentation/HyperSpec/Front/Help.htm#Legal>. You may further redistribute the HyperSpec subject to the same terms and restrictions; consult the previous link for all details."

:version "0.3"
:version "0.4"
:serial cl:t
:components ((:module "HyperSpec-7-0")
(:file "package")
Expand Down

0 comments on commit 4c5b7bc

Please sign in to comment.