From 27f465cad931b6e3bbd54d816d3563f549a7ac5c Mon Sep 17 00:00:00 2001 From: tmorioka Date: Mon, 24 Feb 1997 10:07:33 +0000 Subject: [PATCH] (eword-encode-header): fixed typo. --- eword-encode.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eword-encode.el b/eword-encode.el index 004c569..25b441c 100644 --- a/eword-encode.el +++ b/eword-encode.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: $Revision: 0.8 $ +;; Version: $Revision: 0.9 $ ;; Keywords: encoded-word, MIME, multilingual, header, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -35,7 +35,7 @@ ;;; (defconst eword-encode-RCS-ID - "$Id: eword-encode.el,v 0.8 1997-02-24 09:57:03 tmorioka Exp $") + "$Id: eword-encode.el,v 0.9 1997-02-24 10:07:33 tmorioka Exp $") (defconst eword-encode-version (get-version-string eword-encode-RCS-ID)) @@ -552,7 +552,7 @@ It refer variable `eword-field-encoding-method-alist'." (function (lambda (str) (and (stringp str) - (string= fname (downcase str2)) + (string= fname (downcase str)) ))) eword-field-encoding-method-alist)) (assq t eword-field-encoding-method-alist) -- 1.7.10.4