#713034 mgp: 50mgp.el mgp-mode autoload interactive

Package:
mgp
Source:
mgp
Description:
MagicPoint — an X11-based presentation tool
Submitter:
Kevin Ryde
Date:
2014-06-30 22:11:05 UTC
Severity:
minor
#713034#5
Date:
2013-06-21 22:54:34 UTC
From:
To:
In "emacs24 -q",

    M-x mgp-mode

gives an error

    [No match]

It'd be good if the autoload in 50mgp.el

    (autoload 'mgp-mode "mgp-mode")

was marked interactive the same as mgp-mode.el has it interactive,

    (autoload 'mgp-mode "mgp-mode" t)