projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccb07bf
)
(mime-entity-number): New function (moved from SEMI layer).
author
morioka
<morioka>
Tue, 16 Jun 1998 16:25:12 +0000
(16:25 +0000)
committer
morioka
<morioka>
Tue, 16 Jun 1998 16:25:12 +0000
(16:25 +0000)
mime-def.el
patch
|
blob
|
history
diff --git
a/mime-def.el
b/mime-def.el
index
915dba1
..
8db35e4
100644
(file)
--- a/
mime-def.el
+++ b/
mime-def.el
@@
-142,6
+142,9
@@
(defsubst mime-entity-encoding (entity) (aref entity 8))
(defsubst mime-entity-children (entity) (aref entity 9))
+(defsubst mime-entity-number (entity)
+ (reverse (mime-entity-node-id entity)))
+
;;; @ utility
;;;