From: morioka Date: Sun, 13 Jul 1997 18:15:32 +0000 (+0000) Subject: `tm-eword::phrase-route-addr-to-rwl' -> X-Git-Tag: semi-0_97~8 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=23c6092a1274e38b4e7466a3e5a3e09f099f4309;p=elisp%2Fsemi.git `tm-eword::phrase-route-addr-to-rwl' -> `eword-phrase-route-addr-to-rwl'. --- diff --git a/eword-encode.el b/eword-encode.el index 3397424..bbd2c0f 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.28 $ +;; Version: $Revision: 0.29 $ ;; Keywords: encoded-word, MIME, multilingual, header, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -36,7 +36,7 @@ ;;; (defconst eword-encode-RCS-ID - "$Id: eword-encode.el,v 0.28 1997-07-13 18:13:53 morioka Exp $") + "$Id: eword-encode.el,v 0.29 1997-07-13 18:15:32 morioka Exp $") (defconst eword-encode-version (get-version-string eword-encode-RCS-ID)) @@ -480,7 +480,7 @@ MODE is allows `text', `comment', `phrase' or nil. Default value is ) dest)) -(defun tm-eword::phrase-route-addr-to-rwl (phrase-route-addr) +(defun eword-phrase-route-addr-to-rwl (phrase-route-addr) (if (eq (car phrase-route-addr) 'phrase-route-addr) (let ((phrase (nth 1 phrase-route-addr)) (route (nth 2 phrase-route-addr)) @@ -506,7 +506,7 @@ MODE is allows `text', `comment', `phrase' or nil. Default value is (let ((addr (nth 1 mbox)) (comment (nth 2 mbox)) dest) - (setq dest (or (tm-eword::phrase-route-addr-to-rwl addr) + (setq dest (or (eword-phrase-route-addr-to-rwl addr) (eword-addr-spec-to-rwl addr) )) (if comment