]> git.cworth.org Git - notmuch/commit
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)
commit77088624afec33ab8398d97f79fa620878817688
treea4abab0eb14c9996c46db0531401e9156d8d85bb
parentf9f897ae27b4443bfa0f2d55600f5120fc1153ac
notmuch.el: Use require instead of load to get the cl functions.

Not only is "load" probably the wrong thing, but loading cl-seq befoe
cl can cause complaints anyway.
notmuch.el