clean up
authorShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 13 Jul 2001 19:31:09 +0000 (19:31 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 13 Jul 2001 19:31:09 +0000 (19:31 +0000)
contrib/gpg-ring.el
contrib/gpg.el
contrib/md5.el
contrib/ssl.el
contrib/xml.el

index 86ecd73..7a250a9 100644 (file)
@@ -7,7 +7,7 @@
 ;; Keywords: crypto
 ;; Created: 2000-04-28
 
-;; $Id: gpg-ring.el,v 6.1 2000/10/31 21:31:31 zsh Exp $
+;; $Id: gpg-ring.el,v 1.1 2000/11/04 12:22:17 zsh Exp $
 
 ;; This file is NOT (yet?) part of GNU Emacs.
 
 
 
 \f
-;;;; Code:
+;;; Code:
 
 (require 'gpg)
-(eval-when-compile 
-  (require 'cl))
+(eval-when-compile (require 'cl))
 
 ;;;; Customization:
 
@@ -481,4 +480,4 @@ used."
 
 (provide 'gpg-ring)
 
-;;; gpg-ring.el ends here
\ No newline at end of file
+;;; gpg-ring.el ends here
index f34ec88..45f83fa 100644 (file)
@@ -7,7 +7,7 @@
 ;; Keywords: crypto
 ;; Created: 2000-04-15
 
-;; $Id: gpg.el,v 1.10 2001/01/14 04:44:54 zsh Exp $
+;; $Id: gpg.el,v 1.11 2001/01/19 02:04:46 zsh Exp $
 
 ;; This file is NOT (yet?) part of GNU Emacs.
 
 ;; function (bound to `C-h l' by default).
 
 \f
-;;;; Code:
+;;; Code:
 
 (require 'timer)
-(eval-when-compile 
-  (require 'cl))
+(eval-when-compile (require 'cl))
 
 (eval-and-compile 
   (defalias 'gpg-point-at-eol
index 5720346..a036819 100644 (file)
@@ -89,7 +89,7 @@
 ;; These notices must be retained in any copies of any part of this
 ;; documentation and/or software.
 
-;;; Code: ---------------------------------------------------------------------
+;;; Code:
 
 (defvar md5-program "md5sum"
   "*Program that reads a message on its standard input and writes an
index 516ace1..42587a9 100644 (file)
@@ -1,7 +1,7 @@
-;;; ssl.el,v --- ssl functions for emacsen without them builtin
-;; Author: $Author: wmperry $
-;; Created: $Date: 1999/10/14 12:44:18 $
-;; Version: $Revision: 1.2 $
+;;; ssl.el --- ssl functions for emacsen without them builtin
+;; Author: $Author: jas $
+;; Created: $Date: 2001/03/15 23:27:16 $
+;; Version: $Revision: 1.1 $
 ;; Keywords: comm
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -26,7 +26,7 @@
 ;;; Boston, MA 02111-1307, USA.
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
-(require 'cl)
+(eval-when-compile (require 'cl))
 (require 'base64)
 
 (eval-and-compile
index a07f449..d128b83 100644 (file)
@@ -1,4 +1,4 @@
-;; @(#) xml.el --- XML parser
+;;; xml.el --- XML parser
 
 ;; Copyright (C) 2000, 2001 Free Software Foundation, Inc.