[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DEFVST
- To: (BUG LISP) at MIT-MC
- Subject: DEFVST
- From: JONL at MIT-MC (Jon L White)
- Date: Wed, 28 Jan 81 21:20:00 GMT
- Original-date: 28 JAN 1981 1620-EST
the "&REST" option is losing -- try
(DEFVST BANK MANAGER &REST VAULTS)
(SETQ CBT (CONS-A-BANK MANAGER 'BILL VAULTS 6))
and notice that BANK-VAULTS has a SELECTOR property, but
not a MACRO property.