diff options
| author | 2025-12-15 00:35:27 -0800 | |
|---|---|---|
| committer | 2025-12-15 00:35:27 -0800 | |
| commit | a48053a15309e92cc3e4e4fa350ffd89221cdb31 (patch) | |
| tree | 6c12ba9afcc5796f42ac42ce0f3c8afe92d42993 | |
| parent | 4beee74e2972adb3831ceab722199c3252cc72ae (diff) | |
| download | emacs-config-a48053a15309e92cc3e4e4fa350ffd89221cdb31.tar.gz emacs-config-a48053a15309e92cc3e4e4fa350ffd89221cdb31.zip | |
oni-notmuch: Fix deprecation warning
| -rw-r--r-- | oni-notmuch.el | 4 |
1 files 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 <tom@ryuslash.org> ;; 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))))) |
