|--==> "JM" == Jeff Mincy <jeff(a)delphioutpost.com> writes:
JM> It looks like the autoloads in mc-toplev.el are broken
JM> (autoload 'vm-select-folder-buffer "vm-macro")
JM> (autoload 'vm-error-if-folder-read-only "vm-macro")
JM> should be:
JM> (autoload 'vm-select-folder-buffer "vm-macro" nil nil 'macro)
JM> (autoload 'vm-error-if-folder-read-only "vm-macro" nil nil
'macro)
(condition-case nil (require 'vm) (error nil))
This is how it is in the latest mailcrypt (3.5.6), that'll fix it
too. I'll be applying 3.5.6 to our CVS shortly.
--
|---<Steve Youngs>---------------<GnuPG KeyID: 9E7E2820>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|