X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mh-e%2Ftmh-comp.el;h=4eea5ef4865965735affaae4261903ca9d1166aa;hb=29e661110079bf0d047d34fa64f7a963d06b7522;hp=3e328033b0279bcd12744ba46d9fea89503a5ecd;hpb=1180d8a2d6cb54ad1b944db81924ad7bab4f6b00;p=elisp%2Ftm.git diff --git a/mh-e/tmh-comp.el b/mh-e/tmh-comp.el index 3e32803..4eea5ef 100644 --- a/mh-e/tmh-comp.el +++ b/mh-e/tmh-comp.el @@ -1,34 +1,32 @@ -;;; ;;; tm-mh-e.el --- tm-mh-e functions for composing messages -;;; -;;; Copyright (C) 1995 Free Software Foundation, Inc. -;;; Copyright (C) 1993 .. 1996 MORIOKA Tomohiko -;;; Copyright (C) 1995,1996 OKABE Yasuo -;;; -;;; Author: MORIOKA Tomohiko -;;; OKABE Yasuo -;;; Maintainer: MORIOKA Tomohiko -;;; Created: 1996/2/29 (separated from tm-mh-e.el) -;;; Version: -;;; $Id: tmh-comp.el,v 7.5 1996/07/31 03:07:43 morioka Exp $ -;;; Keywords: mail, MH, MIME, multimedia, encoded-word, multilingual -;;; -;;; This file is part of tm (Tools for MIME). -;;; -;;; This program 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. -;;; -;;; This program 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 This program. If not, write to the Free Software -;;; Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -;;; + +;; Copyright (C) 1993,1994,1995,1996 Free Software Foundation, Inc. + +;; Author: MORIOKA Tomohiko +;; OKABE Yasuo +;; Maintainer: MORIOKA Tomohiko +;; Created: 1996/2/29 (separated from tm-mh-e.el) +;; Version: +;; $Id: tmh-comp.el,v 7.6 1996/09/03 15:27:18 morioka Exp $ +;; Keywords: mail, MH, MIME, multimedia, encoded-word, multilingual + +;; This file is part of tm (Tools for MIME). + +;; This program 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. + +;; This program 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 This program; see the file COPYING. If not, write to +;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. + ;;; Code: (require 'mh-comp)