Manuel.Serrano(a)unice.fr writes:
Yes, you are right. Don't blame me. The guy at the FSF have
removed
my standard header that do include a release number. I think the version
you are using is the 1.4d.
Please keep sending versions with version numbers to XEmacs.
> 1. The line (defvar flyspell-mode-map (make-sparse-keymap))
> needs an autoload cookie above it.
Excuse me I don't see where the error is. MAKE-SPARSE-KEYMAP is no more an
autoload function!
You are auto-load-ing the "add-minor-mode" code. This uses the
variable flyspell-mode-map and therefore this needs to be defined
;;;###autoload
(defvar flyspell-mode-map (make-sparse-keymap))
Jan