From b88da8c755bb2b93dfe0065c96af3f652c5f364a Mon Sep 17 00:00:00 2001 From: Kai Grossjohann Date: Tue, 3 Dec 2002 08:38:39 +0000 Subject: [PATCH] (fboundp): After loading mm-util, make sure it was the right one. --- lisp/ChangeLog | 5 +++++ lisp/gnus.el | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e3526b888..fed576417 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-12-03 Kai Gro,A_(Bjohann + + * gnus.el (fboundp): After loading mm-util, make sure it was the + right one. + 2002-11-29 Kai Gro,A_(Bjohann * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from diff --git a/lisp/gnus.el b/lisp/gnus.el index bbbb83c2a..710c94bc1 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -34,6 +34,10 @@ (require 'wid-edit) (require 'mm-util) +;; Make sure it was the right mm-util. +(unless (fboundp 'mm-guess-mime-charset) + (error "Wrong `mm-util' found in `load-path'. Make sure the Gnus one is found first.")) + (defgroup gnus nil "The coffee-brewing, all singing, all dancing, kitchen sink newsreader." :group 'news -- 2.34.1