From 93f8d4d327d42b848ed949aa9a077fa89ef355f5 Mon Sep 17 00:00:00 2001 From: tmorioka Date: Tue, 25 Feb 1997 06:35:29 +0000 Subject: [PATCH] Variable `tm:warning-face' was moved from mime-def.el. --- eword-decode.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/eword-decode.el b/eword-decode.el index 3af0e49..90d0196 100644 --- a/eword-decode.el +++ b/eword-decode.el @@ -10,7 +10,7 @@ ;; Renamed: 1993/06/03 to tiny-mime.el ;; Renamed: 1995/10/03 from tiny-mime.el (split off encoder) ;; Renamed: 1997/02/22 from tm-ew-d.el -;; 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). @@ -41,7 +41,7 @@ ;;; (defconst eword-decode-RCS-ID - "$Id: eword-decode.el,v 0.8 1997-02-24 09:04:48 tmorioka Exp $") + "$Id: eword-decode.el,v 0.9 1997-02-25 06:35:29 tmorioka Exp $") (defconst eword-decode-version (get-version-string eword-decode-RCS-ID)) @@ -212,6 +212,8 @@ If SEPARATOR is not nil, it is used as header separator." ;;; @ encoded-word decoder ;;; +(defvar tm:warning-face nil "Face used for invalid encoded-word.") + (defun eword-decode-encoded-word (word &optional must-unfold) "Decode WORD if it is an encoded-word. -- 1.7.10.4