From 160ff4e59d3afa69875374a634fc57ed43190109 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 1 Nov 2000 16:27:08 +0000 Subject: [PATCH] *** empty log message *** --- lisp/gnus/ChangeLog | 4 ++++ lisp/gnus/mml.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 209292bc1d4..e3c638f4eda 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2000-11-01 Stefan Monnier + + * mml.el: Fix a typo in the requiring of CL. + 2000-11-01 ShengHuo ZHU * rfc2231.el: Require cl when compiling. diff --git a/lisp/gnus/mml.el b/lisp/gnus/mml.el index 1d71f4bc3a3..106511c3f16 100644 --- a/lisp/gnus/mml.el +++ b/lisp/gnus/mml.el @@ -27,7 +27,7 @@ (require 'mm-bodies) (require 'mm-encode) (require 'mm-decode) -(eval-when-compile 'cl) +(eval-when-compile (require 'cl)) (eval-and-compile (autoload 'message-make-message-id "message") -- 2.39.5