APPROVE COMMIT packages
On Tue, 2005-02-08 at 12:53 +0100, Mike FABIAN wrote:
Ville Skyttä <scop(a)xemacs.org> さんは書きました:
> There is still a way to have whitespace-global-mode autoloaded, here's
> for example how a similar situation it has been taken care of in diff-
> mode.el:
>
> ;; XEmacs hack: autoload a dummy autoload instead of a minor mode
> ;;;###autoload(autoload 'diff-minor-mode "diff-mode" nil t)
> (define-minor-mode diff-minor-mode
> [...]
>
> Perhaps this would be "safer" in whitespace-mode.el too? If you agree,
> could you submit a revised patch using this approach? TIA.
OK, how about this patch:
[...]
Looks good, thanks. Committed with the following ChangeLog entry:
2005-02-10 Mike FABIAN <mfabian(a)suse.de>
* whitespace.el (whitespace-global-mode): Autoload a dummy autoload
instead of `define-minor-mode'.