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:
33f7e8a
)
(mime-entity-send): Use <(` ...)>, <(, ...)> and <(,@ ...)> instead of
author
morioka
<morioka>
Wed, 18 Aug 1999 06:40:25 +0000
(06:40 +0000)
committer
morioka
<morioka>
Wed, 18 Aug 1999 06:40:25 +0000
(06:40 +0000)
<`>, <,> and <,@>.
mime.el
patch
|
blob
|
history
diff --git
a/mime.el
b/mime.el
index
63af880
..
57d816c
100644
(file)
--- a/
mime.el
+++ b/
mime.el
@@
-69,7
+69,8
@@
current-buffer, and return it.")
;;;
(defmacro mime-entity-send (entity message &rest args)
- `(luna-send ,entity ',(intern (format "mime-%s" (eval message))) ,@args))
+ (` (luna-send (, entity)
+ '(, (intern (format "mime-%s" (eval message)))) (,@ args))))
(defun mime-open-entity (type location)
"Open an entity and return it.