X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fmml1991.el;h=0ce74b1d7652ccd9316e73372a6cab031e6c950c;hb=c85ff27626350a909ee39474fecac012fec8cd26;hp=98e7903b0157cc9e6f14e7cee45f1fe19ff9f88a;hpb=ff79efac756f360c9a48b292b4619699fe19d057;p=gnus diff --git a/lisp/mml1991.el b/lisp/mml1991.el index 98e7903b0..0ce74b1d7 100644 --- a/lisp/mml1991.el +++ b/lisp/mml1991.el @@ -1,7 +1,6 @@ ;;; mml1991.el --- Old PGP message format (RFC 1991) support for MML -;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1998-2011 Free Software Foundation, Inc. ;; Author: Sascha Lüdecke , ;; Simon Josefsson (Mailcrypt interface, Gnus glue) @@ -168,6 +167,9 @@ Whether the passphrase is cached at all is controlled by ;; pgg wrapper +(autoload 'pgg-sign-region "pgg") +(autoload 'pgg-encrypt-region "pgg") + (defvar pgg-default-user-id) (defvar pgg-errors-buffer) (defvar pgg-output-buffer)