Changeset 4411
- Timestamp:
- 10/16/03 14:33:49 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/lisp/Lisp.java
r4409 r4411 3 3 * 4 4 * Copyright (C) 2002-2003 Peter Graves 5 * $Id: Lisp.java,v 1.16 4 2003-10-16 14:22:53piso Exp $5 * $Id: Lisp.java,v 1.165 2003-10-16 14:33:49 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 1295 1295 internSpecial("*LOAD-DEPTH*", PACKAGE_SYS, new Fixnum(0)); 1296 1296 1297 // ### *autoload-verbose* 1298 // internal symbol 1299 public static final Symbol _AUTOLOAD_VERBOSE_ = 1300 internSpecial("*AUTOLOAD-VERBOSE*", PACKAGE_SYS, NIL); 1301 1297 1302 // Printer control variables. 1298 1303 public static final Symbol _PRINT_ARRAY_ =
Note: See TracChangeset
for help on using the changeset viewer.