[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



Why does (equal x '||) give T when x has been assigned '|| by setq,
but                    give nil when x gets (seemingly) the same
value from readline?
I tested the result from (setq x (readline t)) and got ||
but this failed in the (equal x '||)
Is there a reason for the null string to have more than one internal
value?