Gnus development mailing list
 help / color / mirror / Atom feed
From: dme@dme.org
Subject: minor pgg fix for mml2015.el
Date: Fri, 27 Sep 2002 16:30:38 +0100	[thread overview]
Message-ID: <m2lm5nih5t.fsf@chocolate-chip-cookie.UK.Sun.COM> (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





             reply	other threads:[~2002-09-27 15:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-27 15:30 dme [this message]
2002-09-28 12:35 ` Simon Josefsson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2lm5nih5t.fsf@chocolate-chip-cookie.UK.Sun.COM \
    --to=dme@dme.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).