Email list hosting service & mailing list manager

Minor implementation changes Sven Hartrumpf (07 Jun 2002 07:02 UTC)
Re: Minor implementation changes Scott G. Miller (07 Jun 2002 15:38 UTC)

Minor implementation changes Sven Hartrumpf 07 Jun 2002 07:02 UTC

Hi all.
The current implementation looks fine.
There are 3 places where one could save some bytes and/or some
milliseconds.

1. (display #\newline buffer)->(newline buffer)

2. (display #\~ buffer)->(write-char #\~ buffer)

3. (display (car format-list) buffer)->(write-char (car format-list) buffer)

Ciao
Sven