]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-message.el
emacs: improve how cl-lib and pcase are required
[notmuch] / emacs / notmuch-message.el
index abeff53a7b87196742b36cdfa9981b15b461b9a9..b90c934af4856c49d6ff7c32a2f7c909f03abf14 100644 (file)
@@ -21,6 +21,9 @@
 
 ;;; Code:
 
+(require 'cl-lib)
+(require 'pcase)
+
 (require 'message)
 (require 'notmuch-tag)