projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baef5c2
)
(message-get-parameter-with-eval): Call `message-get-parameter' with arg `key'
author
yamaoka
<yamaoka>
Mon, 7 Dec 1998 01:20:57 +0000
(
01:20
+0000)
committer
yamaoka
<yamaoka>
Mon, 7 Dec 1998 01:20:57 +0000
(
01:20
+0000)
first.
lisp/message.el
patch
|
blob
|
history
diff --git
a/lisp/message.el
b/lisp/message.el
index
1aac786
..
bf0355a
100644
(file)
--- a/
lisp/message.el
+++ b/
lisp/message.el
@@
-1051,7
+1051,7
@@
The cdr of ech entry is a function for applying the face to a region.")
(cdr (assq key alist)))
(defmacro message-get-parameter-with-eval (key &optional alist)
- `(message-eval-parameter (message-get-parameter ,alist ,key)))
+ `(message-eval-parameter (message-get-parameter ,key ,alist)))
(defmacro message-y-or-n-p (question show &rest text)
"Ask QUESTION, displaying the rest of the arguments in a temp. buffer if SHOW"