]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.el
notmuch.el: Use require instead of load to get the cl functions.
[notmuch] / notmuch.el
index 872397646857956e1a8f67db2077e689a6f704a3..6c39ec7e3685f18b06d266d4566a93d424747d13 100644 (file)
@@ -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)))