On Wed, Apr 25, 2007 at 11:48:09AM -0400, François-René Rideau wrote:
>This patch
>* moves a misplaced (disabled) conditionally-compiled extra test to
>where it ought to be, in unread-char.
done

>* fixes some whitespace
not done :P, I actually like to have the code nicely aligned, for
instance like this(from iolib/sockets/base-sockets.lisp):

(defclass socket ()
  ((fd       :initform nil      :reader socket-fd)
   (family   :initarg :family   :reader socket-family)
   (protocol :initarg :protocol :reader socket-protocol)))

-- 
(sign :name "Stelian Ionescu" :aka "fe[nl]ix"
      :quote "Quidquid latine dictum sit, altum videtur.")

Attachment: pgp9XuPBAAsTh.pgp
Description: PGP signature

_______________________________________________
iolib-devel mailing list
[email protected]
http://common-lisp.net/cgi-bin/mailman/listinfo/iolib-devel

Reply via email to