Update of /project/snmp1/cvsroot/snmp1 In directory clnet:/tmp/cvs-serv5719
Modified Files: display.lisp Log Message: Added half an attribution for the dbgvht macro.
--- /project/snmp1/cvsroot/snmp1/display.lisp 2007/01/02 23:49:58 1.1 +++ /project/snmp1/cvsroot/snmp1/display.lisp 2007/01/02 23:55:33 1.2 @@ -39,6 +39,8 @@ ,form-coupé (if ,was-cut-off "..." ""),result) ,result)))
+ +;; This is from Ro* War**** on c.l.l (defmacro dbgvht ((&optional (where "Unknown Location")) &rest forms) `(progn (format t "~&<br>DBGV: At ~a<br>~%" ',where)