mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(diary-mail-entries): Use call-interactively.
This commit is contained in:
parent
72702c85fb
commit
f0aa2e2187
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue