CLCS
Accessor

readtable-case

readtable-case readtablemode

(setf ( readtable-case readtable) mode)

Arguments and Values

readtablea readtable.
modea case sensitivity mode.

Description

Accesses the readtable case of readtable, which affects the way in which the Lisp Reader reads symbols and the way in which the Lisp Printer writes symbols.

Exceptional Situations

Should signal an error of type type-error if readtable is not a readtable. Should signal an error of type type-error if mode is not a case sensitivity mode.

Notes

copy-readtable copies the readtable case of the readtable.