;; 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).
;;;
(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))
)
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))
(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