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 ce037e96582861f0f78c071a0900803a3628f893 (commit) from 214b6ff298c8d16a1e9b3f2d57d025e19abe4720 (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 ce037e96582861f0f78c071a0900803a3628f893 Author: Raymond Toy toy.raymond@gmail.com Date: Wed Jan 16 20:20:41 2013 -0800
Fix ticket:69
Change *unidata-path* to be a pathname object instead of a namestring.
diff --git a/src/code/unidata.lisp b/src/code/unidata.lisp index 45e8804..37134cc 100644 --- a/src/code/unidata.lisp +++ b/src/code/unidata.lisp @@ -20,7 +20,7 @@ unicode-complete unicode-complete-name load-all-unicode-data))
-(defvar *unidata-path* "ext-formats:unidata.bin") +(defvar *unidata-path* #p"ext-formats:unidata.bin")
(defvar *unidata-version* "$Revision: 1.28 $")
-----------------------------------------------------------------------
Summary of changes: src/code/unidata.lisp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive