emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master d3d59fb 7/8: * lisp/gnus/mm-view.el (epg-decrypt-st


From: Glenn Morris
Subject: [Emacs-diffs] master d3d59fb 7/8: * lisp/gnus/mm-view.el (epg-decrypt-string): Autoload.
Date: Tue, 05 May 2015 00:38:40 +0000

branch: master
commit d3d59fb4739eb4eb189014af87e3d812f3faf7cd
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/gnus/mm-view.el (epg-decrypt-string): Autoload.
---
 lisp/gnus/mm-view.el |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lisp/gnus/mm-view.el b/lisp/gnus/mm-view.el
index a3d6e74..edc2d39 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."
     (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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]