diff options
-rw-r--r-- | lisp/mail/metamail.el | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lisp/mail/metamail.el b/lisp/mail/metamail.el index 0ecf703b8e5..40c1def7ee6 100644 --- a/lisp/mail/metamail.el +++ b/lisp/mail/metamail.el @@ -1,9 +1,8 @@ ;;; metamail.el --- Metamail interface for GNU Emacs -;; Copyright (C) 1993 Masanobu UMEDA +;; Copyright (C) 1993 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> -;; Version: $Header: /home/gd/gnu/emacs/19.0/lisp/RCS/metamail.el,v 1.2 1996/01/05 00:07:09 kwzh Exp erik $ ;; Keywords: mail, news, mime, multimedia ;; This file is part of GNU Emacs. @@ -25,11 +24,6 @@ ;;; Commentary: -;; LCD Archive Entry: -;; metamail|Masanobu UMEDA|umerin@mse.kyutech.ac.jp| -;; Metamail interface for GNU Emacs| -;; $Date: 1996/01/05 00:07:09 $|$Revision: 1.2 $|~/misc/metamail.el.Z| - ;; Note: Metamail does not have all options which are compatible with ;; the environment variables. For that reason, metamail.el has to ;; hack the environment variables. In addition, there is no way to |