From f2ea5e744ab5d65da8852806a23eb7fdb2cbe304 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 19 Oct 2020 11:11:27 -0700 Subject: properly qualify cl- function --- .emacs.d/init-notmuch.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs.d/init-notmuch.el b/.emacs.d/init-notmuch.el index ef1590ee..e8fbdebb 100644 --- a/.emacs.d/init-notmuch.el +++ b/.emacs.d/init-notmuch.el @@ -178,7 +178,7 @@ Two ways to read: ;; to minimise what gets committed to ~/lib/nmbug-spw (defun spw/kill-thread () (interactive) - (case major-mode + (cl-case major-mode (notmuch-show-mode (notmuch-show-tag '("+spw::killed")) (notmuch-show-archive-thread-then-next)) @@ -193,7 +193,7 @@ Two ways to read: (defun spw/spam-message () (interactive) - (case major-mode + (cl-case major-mode (notmuch-show-mode (notmuch-show-tag '("-unread" "+spam")) (notmuch-show-archive-message-then-next-or-next-thread)) -- cgit v1.2.3