*** empty log message ***

This commit is contained in:
Chong Yidong 2005-09-02 12:30:51 +00:00
parent 6fd388f37c
commit 14bd660e69

View file

@ -88,7 +88,7 @@
(if tolist
(if (not (string= to ""))
(setcdr tolist
(list (concat to ", " (nth 1 tolist)))))
(list (concat to ", " (cadr tolist)))))
(setq args (cons (list "to" to) args))))
(setq subject (cdr-safe (assoc "subject" args)))