aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.el
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch.el')
-rw-r--r--notmuch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch.el b/notmuch.el
index 87239764..6c39ec7e 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -19,7 +19,7 @@
;
; Authors: Carl Worth <cworth@cworth.org>
-(load "cl-seq")
+(require 'cl)
(defvar notmuch-show-mode-map
(let ((map (make-sparse-keymap)))