Last change
on this file was
2,
checked in by Erik Enge, 21 years ago
|
Initial revision
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
261 bytes
|
Line | |
---|
1 | ;;;; $Id: package.lisp 2 2004-01-05 14:13:03Z eenge $ |
---|
2 | ;;;; $Source$ |
---|
3 | |
---|
4 | ;;;; See the LICENSE file for licensing information. |
---|
5 | |
---|
6 | (in-package :cl-user) |
---|
7 | |
---|
8 | (eval-when (:execute :load-toplevel :compile-toplevel) |
---|
9 | (defpackage :cl-irc-test |
---|
10 | (:use :cl :rt) |
---|
11 | (:nicknames :cl-irc-test) |
---|
12 | (:export :do-tests))) |
---|
Note: See
TracBrowser
for help on using the repository browser.