X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=contrib%2Fgpg-ring.el;h=26bd40a04fac2864ef26a8e8fb81852d4a824f25;hb=ab6b58ba032f3baaf4c78e63be9e39e9d8de5e62;hp=31dbfa52bbb12697882efced6e7895e4d83374ee;hpb=12880262125c73b531b08cd9005fbaf49c2c3395;p=elisp%2Fgnus.git- diff --git a/contrib/gpg-ring.el b/contrib/gpg-ring.el index 31dbfa5..26bd40a 100644 --- a/contrib/gpg-ring.el +++ b/contrib/gpg-ring.el @@ -7,8 +7,6 @@ ;; Keywords: crypto ;; Created: 2000-04-28 -;; $Id: gpg-ring.el,v 1.1.1.1 2001-04-15 22:41:22 yamaoka Exp $ - ;; This file is NOT (yet?) part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify @@ -23,16 +21,15 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. -;;;; Code: +;;; Code: (require 'gpg) -(eval-when-compile - (require 'cl)) +(eval-when-compile (require 'cl)) ;;;; Customization: @@ -481,4 +478,5 @@ used." (provide 'gpg-ring) -;;; gpg-ring.el ends here \ No newline at end of file +;;; arch-tag: a4c5b2d1-aff0-4ab6-96e9-267727226c2d +;;; gpg-ring.el ends here