]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch.el: Use require instead of load to get the cl functions.
authorCarl Worth <cworth@cworth.org>
Fri, 13 Nov 2009 23:49:43 +0000 (15:49 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 13 Nov 2009 23:49:43 +0000 (15:49 -0800)
Not only is "load" probably the wrong thing, but loading cl-seq befoe
cl can cause complaints anyway.

notmuch.el

index 872397646857956e1a8f67db2077e689a6f704a3..6c39ec7e3685f18b06d266d4566a93d424747d13 100644 (file)
@@ -19,7 +19,7 @@
 ;
 ; Authors: Carl Worth <cworth@cworth.org>
 
 ;
 ; Authors: Carl Worth <cworth@cworth.org>
 
-(load "cl-seq")
+(require 'cl)
 
 (defvar notmuch-show-mode-map
   (let ((map (make-sparse-keymap)))
 
 (defvar notmuch-show-mode-map
   (let ((map (make-sparse-keymap)))