notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit e4ead7656c72092bf30c43283057c2d4c4107962 (patch)
   parent 5de7beec emacs/address: rewrite docstring for n-a-selection-function
     tree 0a8700325fe1278b4abf6a9c601d26cdbc333a51
   author David Bremner <david@tethera.net>  2023-10-06 20:08:17 -0300
committer David Bremner <david@tethera.net>  2023-10-06 20:37:16 -0300

emacs/mua: change name of ignored parameter

Suppress compiler warning.
---
 emacs/notmuch-mua.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el
index 3679d7d7..e4b7e9d1 100644
--- a/emacs/notmuch-mua.el
+++ b/emacs/notmuch-mua.el
@@ -403,7 +403,7 @@ instead of `message-mode' and SWITCH-FUNCTION is mandatory."
 
 (defun notmuch-mua-mail (&optional to subject other-headers _continue
 				   switch-function yank-action send-actions
-				   return-action &rest ignored)
+				   return-action &rest _ignored)
   "Invoke the notmuch mail composition window.
 
 The position of point when the function returns differs depending


glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

git clone https://yhetil.org/notmuch.git