[net-nittin-irc-cvs] CVS update: public_html/index.html
Erik Enge
eenge at common-lisp.net
Mon Dec 1 14:49:34 UTC 2003
Update of /project/net-nittin-irc/cvsroot/public_html
In directory common-lisp.net:/tmp/cvs-serv10419
Modified Files:
index.html
Log Message:
s/setf/defvar
Date: Mon Dec 1 09:49:34 2003
Author: eenge
Index: public_html/index.html
diff -u public_html/index.html:1.8 public_html/index.html:1.9
--- public_html/index.html:1.8 Wed Nov 26 07:38:23 2003
+++ public_html/index.html Mon Dec 1 09:49:34 2003
@@ -75,8 +75,8 @@
* (in-package :irc)
- * (setf connection (connect :nickname "mynick"
- :server "irc.somewhere.org"))
+ * (defvar connection (connect :nickname "mynick"
+ :server "irc.somewhere.org"))
* (read-message-loop connection)
More information about the Net-nittin-irc-cvs
mailing list