* lisp/gnus/mml2015.el (gnus-create-image): Autoload it.
This commit is contained in:
parent
311273ab79
commit
413f9061af
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2013-09-13 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* mml2015.el (gnus-create-image): Autoload it.
|
||||
|
||||
* gnus-spec.el (gnus-xmas-format): Fix weird error call.
|
||||
|
||||
* gnus-html.el (declare-function): Add compat stub for ancient Emacs.
|
||||
|
|
|
@ -866,6 +866,8 @@ If set, it overrides the setting of `mml2015-sign-with-sender'."
|
|||
(setq secret-keys (cdr secret-keys))))
|
||||
secret-key))
|
||||
|
||||
(autoload 'gnus-create-image "gnus-ems")
|
||||
|
||||
(defun mml2015-epg-key-image (key-id)
|
||||
"Return the image of a key, if any"
|
||||
(with-temp-buffer
|
||||
|
|
Loading…
Add table
Reference in a new issue