Thanks for the patch. I don't have time to review right away.
It's me FKtPp ;) writes:
BTW, Do you know why don't setnu.el use (featurep 'xemacs)
instead of
#'foundp some-extend-related-thing? A way to backward-compatible?
Because in general it's better to look for what you need rather than
depend on version information. (In Python this is called
"duck-typing": determining the type of an object by the APIs it
provides. From the proverb, "if it looks like a duck and quacks like
a duck, then it is a duck.")
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches