r7061: initial property settings
[kmrcl.git] / macros.lisp
index 3242f9e464fff835006f7e65f783a13aed50db72..835c6d91bcac3cffabaf49d425fe1a623a02c1d6 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: macros.lisp,v 1.4 2003/08/06 10:03:21 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
   `(multiple-value-bind ,vars ,form 
      ,@body))
 
+;; From USENET
 (defmacro deflex (var val &optional (doc nil docp))    
   "Defines a top level (global) lexical VAR with initial value VAL,
       which is assigned unconditionally as with DEFPARAMETER. If a DOC