bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#13294: 24.2; mairix.el has bad autoload information for rmail


From: Glenn Morris
Subject: bug#13294: 24.2; mairix.el has bad autoload information for rmail
Date: Fri, 28 Dec 2012 14:56:02 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Mark Lillibridge wrote:

> I'm pretty sure this is caused by bad autoload information in mairix.el:228:
>
>     (autoload 'rmail "rmail")
>     (autoload 'rmail-summary-displayed "rmail")
>     (autoload 'rmail-summary "rmailsum")

The first and last of these are unnecessary and missing the INTERACTIVE
argument (this is the real problem). I will fix this.
You could just require rmail to workaround it.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]