On 2007-04-10, Nick Roberts said: > > This bug is due to skeleton-internal-1 relying on > > char-or-string-p to return non-nil if its argument is an integer, > > while in fact, char-or-string-p returns nil if its argument is a > > negative integer. > > It doesn't on Emacs 22: > > (char-or-string-p -4) > t > > and if it does on Emacs 23 then I think that must be the bug.
In Emacs 23: (char-or-string-p -4) => nil Regards, -- Leo <sdl.web AT gmail.com> (GPG Key: 9283AA3F) _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
