Changeset 11789 for release/1.3/source/cocoa-ide/cocoa-doc.lisp
- Timestamp:
- Feb 24, 2009, 9:51:23 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release/1.3/source/cocoa-ide/cocoa-doc.lisp
r7804 r11789 106 106 (or *hyperspec-map-sym-hash* 107 107 (rlet ((perror :id +null-ptr+)) 108 (let* ((map-url (make-instance 'ns:ns-url :with-string "Data/Map_Sym.txt" :relative-to-url (hyperspec-root-url)))108 (let* ((map-url (make-instance 'ns:ns-url :with-string #@"Data/Map_Sym.txt" :relative-to-url (hyperspec-root-url))) 109 109 (data (make-instance 'ns:ns-data 110 110 :with-contents-of-url map-url
Note: See TracChangeset
for help on using the changeset viewer.