1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00

* lisp/gnus/mm-view.el (epg-decrypt-string): Autoload.

This commit is contained in:
Glenn Morris 2015-05-04 20:34:09 -04:00
parent 0e383b93df
commit d3d59fb473

View File

@ -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))