X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fpgg.el;h=99294211e06c109d88d489259dc9e49bdbfc15f0;hb=c85ff27626350a909ee39474fecac012fec8cd26;hp=f64c4084c5a6cd84fc93ad69acc4513d47ce0a74;hpb=0d95362bbbe4543bd6ec79733eb826f99fa8d931;p=gnus diff --git a/lisp/pgg.el b/lisp/pgg.el index f64c4084c..99294211e 100644 --- a/lisp/pgg.el +++ b/lisp/pgg.el @@ -1,12 +1,12 @@ ;;; pgg.el --- glue for the various PGP implementations. -;; Copyright (C) 1999, 2000, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1999-2000, 2002-2011 Free Software Foundation, Inc. ;; Author: Daiki Ueno ;; Symmetric encryption added by: Sascha Wilde ;; Created: 1999/10/28 ;; Keywords: PGP +;; Obsolete-since: 24.1 ;; This file is part of GNU Emacs. @@ -23,11 +23,6 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs. If not, see . -;;; Commentary: - -;; This file is on its way to obsolescence, waiting for allout.el to -;; switch to EPG. - ;;; Code: (require 'pgg-def) @@ -36,6 +31,7 @@ ;; Don't merge these two `eval-when-compile's. (eval-when-compile + ;; For Emacs <22.2 and XEmacs. (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))) (require 'cl))