]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/mm-view.el
Honor docstring of gnus-group-get-new-news
[gnu-emacs] / lisp / gnus / mm-view.el
index a3d6e74fbcbeceafbef45db058e60c5592d08ee3..9942455300d0776befd9273d8b0c0836a52628b4 100644 (file)
@@ -1,6 +1,6 @@
 ;;; mm-view.el --- functions for viewing MIME objects
 
-;; Copyright (C) 1998-2015 Free Software Foundation, Inc.
+;; Copyright (C) 1998-2016 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;; This file is part of GNU Emacs.
@@ -629,6 +629,8 @@ If MODE is not set, try to find mode automatically."
     (replace-match "\n"))
   t)
 
+(autoload 'epg-decrypt-string "epg")
+
 (defun mm-view-pkcs7-decrypt (handle &optional from)
   (insert-buffer-substring (mm-handle-buffer handle))
   (goto-char (point-min))