
Update of /project/cl-irc/cvsroot/cl-irc In directory common-lisp:/tmp/cvs-serv5767 Modified Files: package.lisp Log Message: Add arguments binding helper macro now that trailing-argument is deprecated. --- /project/cl-irc/cvsroot/cl-irc/package.lisp 2006/01/27 22:54:17 1.10 +++ /project/cl-irc/cvsroot/cl-irc/package.lisp 2006/02/20 20:37:16 1.11 @@ -1,4 +1,4 @@ -;;;; $Id: package.lisp,v 1.10 2006/01/27 22:54:17 ehuelsmann Exp $ +;;;; $Id: package.lisp,v 1.11 2006/02/20 20:37:16 ehuelsmann Exp $ ;;;; $Source: /project/cl-irc/cvsroot/cl-irc/package.lisp,v $ ;;;; See the LICENSE file for licensing information. @@ -15,6 +15,7 @@ :irc-message-event :start-background-message-handler :stop-background-message-handler + :destructuring-arguments :socket-connect :server-name :no-such-reply
participants (1)
-
ehuelsmann