Clean up codes.
[elisp/gnus.git-] / contrib / gpg-ring.el
index 31dbfa5..dd223bf 100644 (file)
@@ -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
 
 
 \f
-;;;; 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