[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DEFVAR
- To: ALAN at MIT-MC
- Subject: DEFVAR
- From: JONL at MIT-MC (Jon L White)
- Date: Sun, 15 Feb 81 04:16:00 GMT
- Cc: (BUG LISP) at MIT-MC
- Original-date: 14 FEB 1981 2316-EST
Yea, this is a loss
Date: 14 February 1981 00:26-EST
From: Alan Bawden <ALAN at MIT-MC>
(defvar foo)
==> . . . (or (boundp 'foo) (setq foo nil)) . . .
Why does defvar seem to think that it has to bind foo to something in
this case? This is a screw if you just want to do (defvar foo) in one
file, and (defvar foo 'initial-value) in another. . . .
Fixed in MLMAC 74.