This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMU Common Lisp".
The branch, master has been updated via 0e94b217534b1306e73ab5b61fd34060311c1608 (commit) from 8e32631b0fd464a6f753639f02ceb36d58eeabde (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 0e94b217534b1306e73ab5b61fd34060311c1608 Author: Raymond Toy toy.raymond@gmail.com Date: Mon Feb 10 22:05:45 2014 -0800
Fix path so (require :lisp-unit) actually loads.
diff --git a/src/code/module.lisp b/src/code/module.lisp index 1ba11d8..7a40b73 100644 --- a/src/code/module.lisp +++ b/src/code/module.lisp @@ -150,7 +150,7 @@
;; Lisp-unit (defmodule :lisp-unit - "modules:lisp-unit/load-lisp-unit") + "modules:load-lisp-unit")
(defmodule "lisp-unit" "modules:load-lisp-unit")
-----------------------------------------------------------------------
Summary of changes: src/code/module.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive