r5461: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 6 Aug 2003 11:37:23 +0000 (11:37 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 6 Aug 2003 11:37:23 +0000 (11:37 +0000)
macros.lisp

index 3242f9e464fff835006f7e65f783a13aed50db72..044f1f6b16de173bbb3d5855c43dbb7ed7d65e87 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: macros.lisp,v 1.5 2003/08/06 11:37:23 kevin Exp $
 ;;;;
 ;;;; 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