(fboundp): After loading mm-util, make sure it was the right one.
authorKai Grossjohann <kgrossjo@eu.uu.net>
Tue, 3 Dec 2002 08:38:39 +0000 (08:38 +0000)
committerKai Grossjohann <kgrossjo@eu.uu.net>
Tue, 3 Dec 2002 08:38:39 +0000 (08:38 +0000)
lisp/ChangeLog
lisp/gnus.el

index e3526b8..fed5764 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
+
+       * gnus.el (fboundp): After loading mm-util, make sure it was the
+       right one.
+
 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
 
        * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
index bbbb83c..710c94b 100644 (file)
 (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