Minor fix.
This commit is contained in:
@ -13,7 +13,8 @@
|
|||||||
;;;;
|
;;;;
|
||||||
;;;;
|
;;;;
|
||||||
|
|
||||||
(require "comm")
|
(eval-when (:compile-toplevel :load-toplevel :execute)
|
||||||
|
(require "comm"))
|
||||||
|
|
||||||
(defclass lwl-connection (connection)
|
(defclass lwl-connection (connection)
|
||||||
((stream :initarg :stream :reader connection-stream)))
|
((stream :initarg :stream :reader connection-stream)))
|
||||||
|
|||||||
Reference in New Issue
Block a user