X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fmml1991.el;h=47d4407f689ba78723b530739790b9bddbe84311;hb=851278bf56a0156a4dd5896e9959f63e33d07ee2;hp=97de6f0959bac24233d08e78aa7b8b80b2d8e921;hpb=618b44be000d810c2557b33d96088584f24e4493;p=gnus diff --git a/lisp/mml1991.el b/lisp/mml1991.el index 97de6f095..47d4407f6 100644 --- a/lisp/mml1991.el +++ b/lisp/mml1991.el @@ -1,8 +1,8 @@ ;;; mml1991.el --- Old PGP message format (RFC 1991) support for MML -;; Copyright (C) 1998-2012 Free Software Foundation, Inc. +;; Copyright (C) 1998-2015 Free Software Foundation, Inc. -;; Author: Sascha Lüdecke , +;; Author: Sascha Lüdecke , ;; Simon Josefsson (Mailcrypt interface, Gnus glue) ;; Keywords: PGP @@ -26,9 +26,6 @@ ;;; Code: (eval-and-compile - ;; For Emacs <22.2 and XEmacs. - (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))) - (if (locate-library "password-cache") (require 'password-cache) (require 'password))) @@ -50,6 +47,8 @@ (autoload 'message-options-get "message") (autoload 'message-options-set "message") +(require 'mml2015) + (defvar mml1991-use mml2015-use "The package used for PGP.") @@ -480,7 +479,7 @@ If no one is selected, default secret key is used. " (provide 'mml1991) ;; Local Variables: -;; coding: iso-8859-1 +;; coding: utf-8 ;; End: ;;; mml1991.el ends here