[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
aa bug
- To: BUG-Zwei at MIT-OZ
- Subject: aa bug
- From: Henry Lieberman <Henry at MIT-OZ>
- Date: Tue ,22 Nov 83 17:04:00 EDT
In Zwei in Release 5.0 [GC'd Beta Test rev 3], dusty plum, on Lisp Machine Apiary-8 (3600):
I noticed the following code in Zmacs.Lisp:
(DEFUN INITIALIZE-ZMACS-IF-NECESSARY (&AUX INTERVAL WINDOW)
...
(SETQ *ZMACS-COMPLETION-AARRAY* (MAKE-ARRAY 100 ':TYPE 'ART-Q-LIST
':LEADER-LIST '(0 T)))
...
)
Presumably the double A's are a bug.