diff options
author | Glenn Morris <rgm@gnu.org> | 2013-09-13 00:30:32 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-09-13 00:30:32 -0700 |
commit | 413f9061afd494139410725dff836f2d27a17ab8 (patch) | |
tree | 0ad8f17d4346f8e16aadf6f7c215ec02f830b505 /lisp/gnus/mml2015.el | |
parent | 311273ab7973644d14ffa2e5c0f3516306aa4d6d (diff) | |
download | emacs-413f9061afd494139410725dff836f2d27a17ab8.tar.gz |
* lisp/gnus/mml2015.el (gnus-create-image): Autoload it.
Diffstat (limited to 'lisp/gnus/mml2015.el')
-rw-r--r-- | lisp/gnus/mml2015.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 |