[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
aa bug
- To: Henry @ MIT-OZ
- Subject: aa bug
- From: David Vinayak Wallace <GUMBY @ MIT-MC>
- Date: Tue ,22 Nov 83 18:45:00 EDT
- Cc: BUG-Zwei @ MIT-OZ
- In-reply-to: Msg of 22 Nov 1983 16:04-EST from Henry Lieberman <Henry%MIT-OZ at MIT-MC.ARPA>
Date: Tuesday, 22 November 1983, 16:04-EST
From: Henry Lieberman <Henry%MIT-OZ at MIT-MC.ARPA>
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.
I always thought it stood for "Association Array" a la ALIST. It's
been there for an awfully long time.