diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-04-10 00:20:07 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-04-10 00:20:07 +0000 |
commit | 9b7bc07699051b2ef7461f378f4aa7b8f90e1f80 (patch) | |
tree | 28a676c276eb7d96aafeeddf4cdc189e0650b648 /lisp/mail/mh-mime.el | |
parent | 847b8219a61b6066672204063e0aac0f3c065b66 (diff) | |
download | emacs-9b7bc07699051b2ef7461f378f4aa7b8f90e1f80.tar.gz |
Comment fixes.
Diffstat (limited to 'lisp/mail/mh-mime.el')
-rw-r--r-- | lisp/mail/mh-mime.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/mail/mh-mime.el b/lisp/mail/mh-mime.el index b5b4cdd8868..4bd403ec3fb 100644 --- a/lisp/mail/mh-mime.el +++ b/lisp/mail/mh-mime.el @@ -3,20 +3,20 @@ ;; Copyright (C) 1993, 1995 Free Software Foundation, Inc. -;; This file is part of mh-e. +;; This file is part of GNU Emacs. -;; mh-e is free software; you can redistribute it and/or modify +;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation; either version 2, or (at your option) ;; any later version. -;; mh-e is distributed in the hope that it will be useful, +;; GNU Emacs is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with mh-e; see the file COPYING. If not, write to +;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. ;;; Commentary: @@ -27,7 +27,7 @@ ;;; Change Log: -;; $Id: mh-mime.el,v 1.5 94/12/27 22:38:10 gildea Exp $ +;; $Id: mh-mime.el,v 1.2 1995/04/09 22:30:35 kwzh Exp kwzh $ ;;; Code: |