From a48053a15309e92cc3e4e4fa350ffd89221cdb31 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 15 Dec 2025 00:35:27 -0800 Subject: oni-notmuch: Fix deprecation warning --- oni-notmuch.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oni-notmuch.el b/oni-notmuch.el index eafd719..17c64a5 100644 --- a/oni-notmuch.el +++ b/oni-notmuch.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2025.1215.001230 +;; Version: 2025.1215.003136 ;; Package-Requires: (oni-sendmail notmuch ol-notmuch olivetti) ;; This program is free software; you can redistribute it and/or modify @@ -55,7 +55,7 @@ Display SIGNAL when the process has finished and refresh the (message "%s: %s" (caddr (process-command process)) (substring signal 0 -1)) - (when-let ((buffer (get-buffer "*notmuch-hello*"))) + (when-let* ((buffer (get-buffer "*notmuch-hello*"))) (with-current-buffer buffer (notmuch-refresh-this-buffer))))) -- cgit v1.3-2-g0d8e