SL Baur writes:
Mike McEwan <mike(a)lotusland.demon.co.uk> writes in
xemacs-beta(a)xemacs.org:
> Something funny started happenning with `func-menu' function
> listings so...
> (string-lessp "abcd" "abce")
> ==> nil
I see this too.
The pointers aren't being incremented, so only the first char of
the string is being compared. Patch is trivial.