Changeset 15008
- Timestamp:
- Oct 3, 2011, 10:18:59 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/source/lib/macros.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/macros.lisp
r15002 r15008 1601 1601 (*print-length* nil) 1602 1602 (*print-level* nil) 1603 (*print-lines* nil) ; This doesn't exist as of 5/15/90 - does now1603 (*print-lines* nil) 1604 1604 (*print-miser-width* nil) 1605 1605 (*print-pprint-dispatch* nil) … … 1610 1610 (*read-base* 10.) 1611 1611 (*read-default-float-format* 'single-float) 1612 (*read-eval* t) ; Also MIA as of 5/15/901612 (*read-eval* t) 1613 1613 (*read-suppress* nil) 1614 1614 (*readtable* %standard-readtable%) 1615 ; ccl extensions (see l1-io.lisp)1616 (*print-abbreviate-quote* t)1615 ;; ccl extensions (see l1-io.lisp) 1616 (*print-abbreviate-quote* nil) 1617 1617 (*print-structure* t) 1618 1618 (*print-simple-vector* nil)
Note:
See TracChangeset
for help on using the changeset viewer.
