From: ShengHuo ZHU Date: Fri, 13 Jul 2001 19:31:09 +0000 (+0000) Subject: clean up X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=1fe2951f4f912ceb5d1402ca0bb7782835ea0f7a;p=gnus clean up --- diff --git a/contrib/gpg-ring.el b/contrib/gpg-ring.el index 86ecd73de..7a250a9f0 100644 --- a/contrib/gpg-ring.el +++ b/contrib/gpg-ring.el @@ -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. @@ -28,11 +28,10 @@ -;;;; 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 diff --git a/contrib/gpg.el b/contrib/gpg.el index f34ec88c6..45f83fa23 100644 --- a/contrib/gpg.el +++ b/contrib/gpg.el @@ -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. @@ -106,11 +106,10 @@ ;; function (bound to `C-h l' by default). -;;;; Code: +;;; Code: (require 'timer) -(eval-when-compile - (require 'cl)) +(eval-when-compile (require 'cl)) (eval-and-compile (defalias 'gpg-point-at-eol diff --git a/contrib/md5.el b/contrib/md5.el index 572034610..a03681913 100644 --- a/contrib/md5.el +++ b/contrib/md5.el @@ -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 diff --git a/contrib/ssl.el b/contrib/ssl.el index 516ace132..42587a9ef 100644 --- a/contrib/ssl.el +++ b/contrib/ssl.el @@ -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 diff --git a/contrib/xml.el b/contrib/xml.el index a07f449b3..d128b83b3 100644 --- a/contrib/xml.el +++ b/contrib/xml.el @@ -1,4 +1,4 @@ -;; @(#) xml.el --- XML parser +;;; xml.el --- XML parser ;; Copyright (C) 2000, 2001 Free Software Foundation, Inc.