1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00

(diary-mail-entries): Use call-interactively.

This commit is contained in:
Glenn Morris 2003-05-08 19:52:47 +00:00
parent 72702c85fb
commit f0aa2e2187

View File

@ -763,7 +763,7 @@ to run it every morning at 1am."
(set-buffer fancy-diary-buffer)
(buffer-substring (point-min) (point-max)))
"No entries found"))
(funcall (get mail-user-agent 'sendfunc)))
(call-interactively (get mail-user-agent 'sendfunc)))
(defun diary-name-pattern (string-array &optional fullname)