comparison lisp/mail/mh-utils.el @ 11333:53174cfc29fa

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Mon, 10 Apr 1995 00:20:07 +0000
parents 730a7c669a73
children f0906608aa63
comparison
equal deleted inserted replaced
11332:c9c652970786 11333:53174cfc29fa
1 ;;; mh-utils.el --- mh-e code needed for both sending and reading 1 ;;; mh-utils.el --- mh-e code needed for both sending and reading
2 ;; Time-stamp: <95/02/10 14:20:14 gildea> 2 ;; Time-stamp: <95/02/10 14:20:14 gildea>
3 3
4 ;; Copyright (C) 1993, 1995 Free Software Foundation, Inc. 4 ;; Copyright (C) 1993, 1995 Free Software Foundation, Inc.
5 5
6 ;; This file is part of mh-e. 6 ;; This file is part of GNU Emacs.
7 7
8 ;; mh-e is free software; you can redistribute it and/or modify 8 ;; GNU Emacs is free software; you can redistribute it and/or modify
9 ;; it under the terms of the GNU General Public License as published by 9 ;; it under the terms of the GNU General Public License as published by
10 ;; the Free Software Foundation; either version 2, or (at your option) 10 ;; the Free Software Foundation; either version 2, or (at your option)
11 ;; any later version. 11 ;; any later version.
12 12
13 ;; mh-e is distributed in the hope that it will be useful, 13 ;; GNU Emacs is distributed in the hope that it will be useful,
14 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 14 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
15 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 ;; GNU General Public License for more details. 16 ;; GNU General Public License for more details.
17 17
18 ;; You should have received a copy of the GNU General Public License 18 ;; You should have received a copy of the GNU General Public License
19 ;; along with mh-e; see the file COPYING. If not, write to 19 ;; along with GNU Emacs; see the file COPYING. If not, write to
20 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 20 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
21 21
22 ;;; Commentary: 22 ;;; Commentary:
23 23
24 ;; Internal support for mh-e package. 24 ;; Internal support for mh-e package.
25 25
26 ;;; Change Log: 26 ;;; Change Log:
27 27
28 ;; $Id: mh-utils.el,v 1.8 95/03/02 04:54:00 gildea Exp $ 28 ;; $Id: mh-utils.el,v 1.3 1995/04/09 22:29:08 kwzh Exp kwzh $
29 29
30 ;;; Code: 30 ;;; Code:
31 31
32 ;;; Set for local environment: 32 ;;; Set for local environment:
33 ;;; mh-progs and mh-lib used to be set in paths.el, which tried to 33 ;;; mh-progs and mh-lib used to be set in paths.el, which tried to