mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-27 13:17:56 +01:00
emacs/mua: change name of ignored parameter
Suppress compiler warning.
This commit is contained in:
parent
5de7beec16
commit
e4ead7656c
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ instead of `message-mode' and SWITCH-FUNCTION is mandatory."
|
||||||
|
|
||||||
(defun notmuch-mua-mail (&optional to subject other-headers _continue
|
(defun notmuch-mua-mail (&optional to subject other-headers _continue
|
||||||
switch-function yank-action send-actions
|
switch-function yank-action send-actions
|
||||||
return-action &rest ignored)
|
return-action &rest _ignored)
|
||||||
"Invoke the notmuch mail composition window.
|
"Invoke the notmuch mail composition window.
|
||||||
|
|
||||||
The position of point when the function returns differs depending
|
The position of point when the function returns differs depending
|
||||||
|
|
Loading…
Reference in a new issue