Changeset 857
- Timestamp:
- Aug 6, 2004, 12:40:39 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lib/pprint.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lib/pprint.lisp
r326 r857 1818 1818 (cond ((and (or is-key (eq p *package*) 1819 1819 (and ;*package* ;can be NIL on symbolics 1820 (eq object (find-symbol s)))) 1820 (multiple-value-bind (symbol type) (find-symbol s) 1821 (and type (eq object symbol))))) 1821 1822 (eq (readtable-case *readtable*) :upcase) 1822 1823 (neq *print-case* :studly)
Note:
See TracChangeset
for help on using the changeset viewer.
