* Simon Josefsson <jas(a)extundo.com> writes:
password.el in Gnus says:
(if (featurep 'xemacs)
(require 'run-at-time)
(autoload 'run-at-time "timer"))
Where run-at-time.el is:
;; XEmacs has a buggy version of run-at-time. This file defines a
;; non-buggy version of the same.
So it overrides XEmacs core elisp code, even though the core code is
buggy (see other discussion regarding run-at-time).
No it doesn't. It by-passes buggy package code. The XEmacs
`run-at-time' exists in the fsf-compat package.
Another option is to rename the run-at-time hack to
password-run-at-time and move the definition into password.el.
Bingo!
--
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
| XEmacs - The only _______ you'll ever need. |
| Fill in the blank, yes, it's THAT good! |
|------------------------------<sryoungs(a)bigpond.net.au>---|