Changeset 6722
- Timestamp:
- Jun 14, 2007, 12:32:14 AM (17 years ago)
- File:
-
- 1 edited
-
branches/ide-1.0/ccl/examples/cocoa-doc.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ide-1.0/ccl/examples/cocoa-doc.lisp
r6708 r6722 50 50 (range :<NSR>ange) 51 51 string) 52 (declare (ignor e textview range string))52 (declare (ignorable textview range string)) 53 53 nil) 54 54 … … 76 76 (defun hyperspec-root-url () 77 77 (or *hyperspec-root-url* 78 (set *hyperspec-root-url* (prompt-for-hype spec-root-url))))78 (set *hyperspec-root-url* (prompt-for-hyperspec-root-url)))) 79 79 80 80
Note:
See TracChangeset
for help on using the changeset viewer.
