From 9b7bc07699051b2ef7461f378f4aa7b8f90e1f80 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 10 Apr 1995 00:20:07 +0000 Subject: [PATCH] Comment fixes. --- lisp/mail/mh-comp.el | 10 +++++----- lisp/mail/mh-e.el | 10 ++++++---- lisp/mail/mh-funcs.el | 10 +++++----- lisp/mail/mh-mime.el | 10 +++++----- lisp/mail/mh-pick.el | 10 +++++----- lisp/mail/mh-seq.el | 10 +++++----- lisp/mail/mh-utils.el | 10 +++++----- 7 files changed, 36 insertions(+), 34 deletions(-) diff --git a/lisp/mail/mh-comp.el b/lisp/mail/mh-comp.el index c9a7681744..ca773284fb 100644 --- a/lisp/mail/mh-comp.el +++ b/lisp/mail/mh-comp.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: @@ -25,7 +25,7 @@ ;;; Change Log: -;; $Id: mh-comp.el,v 1.8 94/12/31 19:11:42 gildea Exp $ +;; $Id: mh-comp.el,v 1.3 1995/04/09 22:31:08 kwzh Exp kwzh $ ;;; Code: diff --git a/lisp/mail/mh-e.el b/lisp/mail/mh-e.el index 6bfc88ef46..5acb71dbdf 100644 --- a/lisp/mail/mh-e.el +++ b/lisp/mail/mh-e.el @@ -11,18 +11,20 @@ ;; Keywords: mail ;; Bug-reports: include `M-x mh-version' output in any correspondence -;; mh-e is free software; you can redistribute it and/or modify +;; This file is part of GNU Emacs. + +;; 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: @@ -61,7 +63,7 @@ ;;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985. ;;; Rewritten for GNU Emacs, James Larus 1985. larus@ginger.berkeley.edu ;;; Modified by Stephen Gildea 1988. gildea@lcs.mit.edu -(defconst mh-e-RCS-id "$Id: mh-e.el,v 3.21 95/03/06 19:11:17 gildea Exp $") +(defconst mh-e-RCS-id "$Id: mh-e.el,v 1.5 1995/04/09 22:28:32 kwzh Exp kwzh $") ;;; Code: diff --git a/lisp/mail/mh-funcs.el b/lisp/mail/mh-funcs.el index 572398e80d..709bea5639 100644 --- a/lisp/mail/mh-funcs.el +++ b/lisp/mail/mh-funcs.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-funcs.el,v 1.9 95/03/02 04:53:58 gildea Exp $ +;; $Id: mh-funcs.el,v 1.2 1995/04/09 22:30:49 kwzh Exp kwzh $ ;;; Code: diff --git a/lisp/mail/mh-mime.el b/lisp/mail/mh-mime.el index b5b4cdd886..4bd403ec3f 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: diff --git a/lisp/mail/mh-pick.el b/lisp/mail/mh-pick.el index 0312aaf96b..91cdc81007 100644 --- a/lisp/mail/mh-pick.el +++ b/lisp/mail/mh-pick.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: @@ -25,7 +25,7 @@ ;;; Change Log: -;; $Id: mh-pick.el,v 1.4 94/12/27 22:38:10 gildea Exp $ +;; $Id: mh-pick.el,v 1.2 1995/04/09 22:30:17 kwzh Exp kwzh $ ;;; Code: diff --git a/lisp/mail/mh-seq.el b/lisp/mail/mh-seq.el index 23b4f6cd6f..b0c8a1d45b 100644 --- a/lisp/mail/mh-seq.el +++ b/lisp/mail/mh-seq.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: @@ -25,7 +25,7 @@ ;;; Change Log: -;; $Id: mh-seq.el,v 1.5 94/12/27 22:38:10 gildea Exp $ +;; $Id: mh-seq.el,v 1.2 1995/04/09 22:29:49 kwzh Exp kwzh $ ;;; Code: diff --git a/lisp/mail/mh-utils.el b/lisp/mail/mh-utils.el index df92231767..f19e6460d0 100644 --- a/lisp/mail/mh-utils.el +++ b/lisp/mail/mh-utils.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: @@ -25,7 +25,7 @@ ;;; Change Log: -;; $Id: mh-utils.el,v 1.8 95/03/02 04:54:00 gildea Exp $ +;; $Id: mh-utils.el,v 1.3 1995/04/09 22:29:08 kwzh Exp kwzh $ ;;; Code: -- 2.20.1