diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-08-23 20:23:37 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-08-23 20:23:37 +0000 |
commit | 7df7482dac51dc9863afefa7525323340c4c5507 (patch) | |
tree | 78903af81425a437b09f07df1114f336117cbc42 /lisp/gnus/gnus-bcklg.el | |
parent | e8c32c9941ea6d9c7ae11964140a97a9e0567309 (diff) | |
download | emacs-7df7482dac51dc9863afefa7525323340c4c5507.tar.gz emacs-7df7482dac51dc9863afefa7525323340c4c5507.tar.bz2 emacs-7df7482dac51dc9863afefa7525323340c4c5507.zip |
Require cl at compile time.
Diffstat (limited to 'lisp/gnus/gnus-bcklg.el')
-rw-r--r-- | lisp/gnus/gnus-bcklg.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-bcklg.el b/lisp/gnus/gnus-bcklg.el index 0f0fa5e96b2..ead87fe19a3 100644 --- a/lisp/gnus/gnus-bcklg.el +++ b/lisp/gnus/gnus-bcklg.el @@ -25,6 +25,8 @@ ;;; Code: +(eval-when-compile (require 'cl)) + (require 'gnus) ;;; |