]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-lib.el
emacs: deal with unused lexical arguments and variables
[notmuch] / emacs / notmuch-lib.el
index 7595bbe1f5d3da0a24cc265fe83a2142284486f1..1bdfc2b91a87b4a5885b6752167faee92225c4e8 100644 (file)
@@ -978,7 +978,7 @@ status."
        ;; so turn errors into messages.
        (message "%s" (error-message-string err))))))
 
-(defun notmuch-start-notmuch-error-sentinel (proc event)
+(defun notmuch-start-notmuch-error-sentinel (proc _event)
   (unless (process-live-p proc)
     (let ((buffer (process-buffer proc)))
       (when (buffer-live-p buffer)