From 413f9061afd494139410725dff836f2d27a17ab8 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 13 Sep 2013 00:30:32 -0700 Subject: [PATCH] * lisp/gnus/mml2015.el (gnus-create-image): Autoload it. --- lisp/gnus/ChangeLog | 2 ++ lisp/gnus/mml2015.el | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 5ba1d45e46a..9c11d17645c 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,5 +1,7 @@ 2013-09-13 Glenn Morris + * 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. diff --git a/lisp/gnus/mml2015.el b/lisp/gnus/mml2015.el index 3efa5c23bb3..a2fa1a1c532 100644 --- a/lisp/gnus/mml2015.el +++ b/lisp/gnus/mml2015.el @@ -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 -- 2.39.2