From e9f6922c2d82e533e039aa976dfbe7d432a957ab Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 13 Mar 1998 16:57:15 +0000 Subject: [PATCH] Rename `mime-raw-point-content-number' -> `mime-raw-point-to-entity-number'. --- mime-view.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mime-view.el b/mime-view.el index d2f43cf..1856645 100644 --- a/mime-view.el +++ b/mime-view.el @@ -577,7 +577,7 @@ The compressed face will be piped to this command.") ;;; @ entity information ;;; -(defun mime-raw-point-content-number (p &optional cinfo) +(defun mime-raw-point-to-entity-number (p &optional cinfo) (or cinfo (setq cinfo mime-raw-entity-info) ) @@ -590,7 +590,7 @@ The compressed face will be piped to this command.") (catch 'tag (while c (setq co (car c)) - (setq ret (mime-raw-point-content-number p co)) + (setq ret (mime-raw-point-to-entity-number p co)) (cond ((eq ret t) (throw 'tag (list sn))) (ret (throw 'tag (cons sn ret))) ) -- 1.7.10.4