`tm-eword::phrase-route-addr-to-rwl' ->
authormorioka <morioka>
Sun, 13 Jul 1997 18:15:32 +0000 (18:15 +0000)
committermorioka <morioka>
Sun, 13 Jul 1997 18:15:32 +0000 (18:15 +0000)
`eword-phrase-route-addr-to-rwl'.

eword-encode.el

index 3397424..bbd2c0f 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; 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