From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46800 Path: main.gmane.org!not-for-mail From: dme@dme.org Newsgroups: gmane.emacs.gnus.general Subject: minor pgg fix for mml2015.el Date: Fri, 27 Sep 2002 16:30:38 +0100 Organization: none Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1033140723 21790 127.0.0.1 (27 Sep 2002 15:32:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 27 Sep 2002 15:32:03 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17ux5z-0005ew-00 for ; Fri, 27 Sep 2002 17:31:59 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17ux52-0003wJ-00; Fri, 27 Sep 2002 10:31:00 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 27 Sep 2002 10:31:39 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id KAA19778 for ; Fri, 27 Sep 2002 10:31:26 -0500 (CDT) Original-Received: (qmail 21306 invoked by alias); 27 Sep 2002 15:30:42 -0000 Original-Received: (qmail 21301 invoked from network); 27 Sep 2002 15:30:42 -0000 Original-Received: from main.gmane.org (80.91.224.249) by gnus.org with SMTP; 27 Sep 2002 15:30:42 -0000 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 17ux4U-0005XF-00 for ; Fri, 27 Sep 2002 17:30:26 +0200 Original-To: ding@gnus.org X-Injected-Via-Gmane: http://gmane.org/ Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 17ux4R-0005Wm-00 for ; Fri, 27 Sep 2002 17:30:23 +0200 Original-Path: not-for-mail Original-Lines: 20 Original-NNTP-Posting-Host: host217-37-28-201.in-addr.btopenworld.com Original-X-Trace: main.gmane.org 1033140622 20171 217.37.28.201 (27 Sep 2002 15:30:22 GMT) Original-X-Complaints-To: usenet@main.gmane.org Original-NNTP-Posting-Date: Fri, 27 Sep 2002 15:30:22 +0000 (UTC) X-Zippy-Says: .. Once upon a time, four AMPHIBIOUS HOG CALLERS attacked a family of DEFENSELESS, SENSITIVE COIN COLLECTORS and brought DOWN their PROPERTY VALUES!! User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (powerpc-apple-darwin6.1) Cancel-Lock: sha1:n4kjZnNtnL9DnrHyPKfXUm6aUjw= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46800 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46800 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