Gnus development mailing list
 help / color / mirror / Atom feed
* minor pgg fix for mml2015.el
@ 2002-09-27 15:30 dme
  2002-09-28 12:35 ` Simon Josefsson
  0 siblings, 1 reply; 2+ messages in thread
From: dme @ 2002-09-27 15:30 UTC (permalink / raw)


This seemed like the right thing to do, though I've never encountered
any difficulties without the change.

--- mml2015.el.~6.49.~	Fri Sep 27 16:21:22 2002
+++ mml2015.el	Fri Sep 27 16:29:10 2002
@@ -642,10 +642,10 @@
   (defvar pgg-output-buffer))
 
 (eval-and-compile
-  (autoload 'pgg-decrypt-region "gpg")
-  (autoload 'pgg-verify-region "gpg")
-  (autoload 'pgg-sign-region "gpg")
-  (autoload 'pgg-encrypt-region "gpg"))
+  (autoload 'pgg-decrypt-region "pgg")
+  (autoload 'pgg-verify-region "pgg")
+  (autoload 'pgg-sign-region "pgg")
+  (autoload 'pgg-encrypt-region "pgg"))
 
 (defun mml2015-pgg-decrypt (handle ctl)
   (catch 'error





^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: minor pgg fix for mml2015.el
  2002-09-27 15:30 minor pgg fix for mml2015.el dme
@ 2002-09-28 12:35 ` Simon Josefsson
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Josefsson @ 2002-09-28 12:35 UTC (permalink / raw)
  Cc: ding

dme@dme.org writes:

> This seemed like the right thing to do, though I've never encountered
> any difficulties without the change.

Added, thanks.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-09-28 12:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-27 15:30 minor pgg fix for mml2015.el dme
2002-09-28 12:35 ` Simon Josefsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).