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:
parent
72702c85fb
commit
f0aa2e2187
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user