|
Subject: Re: one line fix Newsgroups: gmane.lisp.gcl.devel Date: 2005-08-09 05:15:03 GMT (3 years, 47 weeks, 1 day, 2 hours and 5 minutes ago)
Greetings, and thank you so much! Again committed into cvs head, past
t4.
Take care,
Robert Boyer <boyer <at> cs.utexas.edu> writes:
> In o/print.d the line
>
> DEFVAR("*PRINT-READABLY*",sLAprint_readablyA,LISP,Ct,"");
>
> should be
>
> DEFVAR("*PRINT-READABLY*",sLAprint_readablyA,LISP,Cnil,"");
>
> because the ANSI manual says so.
>
> Thanks,
>
> Bob
>
>
> \begincom{*print-readably*} Variable
> \issue{DATA-IO:ADD-SUPPORT}
>
> Value Type::
>
> a generalized boolean.
>
> Initial Value::
>
> %% 22.1.6 38
> false.
>
> Description::
>
> %% 22.1.6 36
> If *print-readably* is true, some special rules for printing objects go into ...
>
>
>
--
Camm Maguire camm <at> enhanced.com
==========================================================================
"The earth is but one country, and mankind its citizens." -- Baha'u'llah
|
|
|