Changeset 12942
- Timestamp:
- Oct 9, 2009, 9:52:21 AM (15 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/lib/apropos.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/lib/apropos.lisp
r9922 r12942 48 48 (do-symbols (sym package) 49 49 (when (%apropos-substring-p theString (symbol-name sym)) 50 (push sym theList)))50 (pushnew sym theList))) 51 51 (do-all-symbols (sym) 52 52 (when (%apropos-substring-p theString (symbol-name sym)) 53 (push sym theList))))53 (pushnew sym theList)))) 54 54 (let* ((last 0) ; not a symbol 55 55 (junk #'(lambda (item)
Note:
See TracChangeset
for help on using the changeset viewer.
