/[gcl]/gcl/o/print.d
ViewVC logotype

Diff of /gcl/o/print.d

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by camm, Sat Jul 23 08:54:39 2005 UTC revision 1.24 by camm, Tue Aug 9 05:14:23 2005 UTC
# Line 2008  DEF_ORDINARY("RIGHT-MARGIN",sKright_marg Line 2008  DEF_ORDINARY("RIGHT-MARGIN",sKright_marg
2008  DEF_ORDINARY("MISER-WIDTH",sKmiser_width,KEYWORD,"");  DEF_ORDINARY("MISER-WIDTH",sKmiser_width,KEYWORD,"");
2009  DEFVAR("*PRIN-LEVEL*",sSAprin_levelA,SI,make_fixnum(0),"");  DEFVAR("*PRIN-LEVEL*",sSAprin_levelA,SI,make_fixnum(0),"");
2010  DEFVAR("*PRINT-ESCAPE*",sLAprint_escapeA,LISP,Ct,"");  DEFVAR("*PRINT-ESCAPE*",sLAprint_escapeA,LISP,Ct,"");
2011  DEFVAR("*PRINT-READABLY*",sLAprint_readablyA,LISP,Ct,"");  DEFVAR("*PRINT-READABLY*",sLAprint_readablyA,LISP,Cnil,"");
2012  DEFVAR("*PRINT-PRETTY*",sLAprint_prettyA,LISP,Ct,"");  DEFVAR("*PRINT-PRETTY*",sLAprint_prettyA,LISP,Ct,"");
2013  DEFVAR("*PRINT-CIRCLE*",sLAprint_circleA,LISP,Cnil,"");  DEFVAR("*PRINT-CIRCLE*",sLAprint_circleA,LISP,Cnil,"");
2014  DEFVAR("*PRINT-BASE*",sLAprint_baseA,LISP,make_fixnum(10),"");  DEFVAR("*PRINT-BASE*",sLAprint_baseA,LISP,make_fixnum(10),"");

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26