common-lisp.net
/
projects/cmucl/cmucl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
214b6ff
)
Fix ticket:69
author
Raymond Toy
<toy.raymond@gmail.com>
Thu, 17 Jan 2013 04:20:41 +0000 (20:20 -0800)
committer
Raymond Toy
<toy.raymond@gmail.com>
Thu, 17 Jan 2013 04:20:41 +0000 (20:20 -0800)
Change *unidata-path* to be a pathname object instead of a namestring.
src/code/unidata.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/code/unidata.lisp
b/src/code/unidata.lisp
index
45e8804
..
37134cc
100644
(file)
--- 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 $")