From: morioka Date: Thu, 12 Mar 1998 19:31:19 +0000 (+0000) Subject: Sync with main branch. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Funlabeled-0.33.2;p=elisp%2Fsemi.git Sync with main branch. --- diff --git a/eword-encode.el b/eword-encode.el index ef038fd..1935fc3 100644 --- a/eword-encode.el +++ b/eword-encode.el @@ -1,12 +1,11 @@ ;;; eword-encode.el --- RFC 2047 based encoded-word encoder for GNU Emacs -;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +;; Copyright (C) 1995,1996,1997,1998 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: $Revision: 0.33 $ ;; Keywords: encoded-word, MIME, multilingual, header, mail, news -;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). +;; This file is part of SEMI (Spadework for Emacs MIME Interfaces). ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as @@ -36,7 +35,7 @@ ;;; (defconst eword-encode-RCS-ID - "$Id: eword-encode.el,v 0.33 1997-11-04 17:29:57 morioka Exp $") + "$Id: eword-encode.el,v 0.33.2.1 1998-03-12 19:31:19 morioka Exp $") (defconst eword-encode-version (get-version-string eword-encode-RCS-ID))