Ah, OK - I guess Gunnar will not be able to avoid an upgrade to something more recent.

And yes, the eq/equal subtleties strike once again:

(eq "" "")
t
(eq "0" "0")
nil
(equal "0" "0")
t