diff options
| author | Richard M. Stallman <rms@gnu.org> | 1996-04-11 21:20:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1996-04-11 21:20:11 +0000 |
| commit | 4add0ccc025f05e26eaca3c5f8fe331be5bcd438 (patch) | |
| tree | 34a4e99ed102990c3c32f5bb86c9ac2104ccc6eb | |
| parent | ae63ae522d6a43e87354cc439b078ca0d7138b53 (diff) | |
| download | emacs-4add0ccc025f05e26eaca3c5f8fe331be5bcd438.tar.gz | |
Comment change.
| -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 |
