diff options
author | Dave Love <fx@gnu.org> | 2000-11-23 16:08:38 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-11-23 16:08:38 +0000 |
commit | 4bcf2f05745914bc5bcd22a3562211cde06309db (patch) | |
tree | 8008618c8a6d98cd3427ed107835402b08be561f /lisp/gnus/gnus-ems.el | |
parent | 086ba806c78c75315ad45e9b2b5c7bfacf49ab9e (diff) | |
download | emacs-4bcf2f05745914bc5bcd22a3562211cde06309db.tar.gz |
Require ring when compiling.
Diffstat (limited to 'lisp/gnus/gnus-ems.el')
-rw-r--r-- | lisp/gnus/gnus-ems.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-ems.el b/lisp/gnus/gnus-ems.el index d147132fd33..d668d5c056f 100644 --- a/lisp/gnus/gnus-ems.el +++ b/lisp/gnus/gnus-ems.el @@ -26,7 +26,9 @@ ;;; Code: -(eval-when-compile (require 'cl)) +(eval-when-compile + (require 'cl) + (require 'ring)) ;;; Function aliases later to be redefined for XEmacs usage. |