aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/mm-view.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/mm-view.el b/lisp/gnus/mm-view.el
index a3d6e74fbcb..edc2d39cd0f 100644
--- a/lisp/gnus/mm-view.el
+++ b/lisp/gnus/mm-view.el
@@ -629,6 +629,8 @@ If MODE is not set, try to find mode automatically."
629 (replace-match "\n")) 629 (replace-match "\n"))
630 t) 630 t)
631 631
632(autoload 'epg-decrypt-string "epg")
633
632(defun mm-view-pkcs7-decrypt (handle &optional from) 634(defun mm-view-pkcs7-decrypt (handle &optional from)
633 (insert-buffer-substring (mm-handle-buffer handle)) 635 (insert-buffer-substring (mm-handle-buffer handle))
634 (goto-char (point-min)) 636 (goto-char (point-min))