X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=contrib%2Fgpg-ring.el;h=dd223bf4cac12e88d8b165dbb7565dceebffb0fb;hb=6cbb40bb82ae2af1adaea996a385ab953f62de3f;hp=31dbfa52bbb12697882efced6e7895e4d83374ee;hpb=12880262125c73b531b08cd9005fbaf49c2c3395;p=elisp%2Fgnus.git- diff --git a/contrib/gpg-ring.el b/contrib/gpg-ring.el index 31dbfa5..dd223bf 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 @@ -28,11 +26,10 @@ -;;;; Code: +;;; Code: (require 'gpg) -(eval-when-compile - (require 'cl)) +(eval-when-compile (require 'cl)) ;;;; Customization: @@ -481,4 +478,4 @@ used." (provide 'gpg-ring) -;;; gpg-ring.el ends here \ No newline at end of file +;;; gpg-ring.el ends here