]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/gnorb/gnorb.el
* packages/gnorb/gnorb.el: Mention dependency on cl-lib.
[gnu-emacs-elpa] / packages / gnorb / gnorb.el
index b702b71698871b72b02855d34aa2da2107e7f1f5..c0db6af8886ffd41ceae790df0fb0e80e228bed8 100644 (file)
@@ -1,8 +1,9 @@
 ;;; gnorb.el --- Glue code between Gnus, Org, and BBDB
 
-;; Copyright (C) 2014  Eric Abrahamsen
+;; Copyright (C) 2014  Free Software Foundation, Inc.
 
 ;; Version: 1
+;; Package-Requires: ((cl-lib "0.5"))
 
 ;; Maintainer: Eric Abrahamsen <eric@ericabrahamsen.net>
 
@@ -30,6 +31,7 @@
 
 ;;; Code:
 
+(if t (require 'bbdb))      ;`if'-trick avoids loading bbdb during compilation!
 (require 'gnorb-utils)
 (require 'nngnorb)
 (require 'gnorb-gnus)