+2002-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * spam.el: Set autoload for bbdb-records after loading bbdb-com to
+ prevent inf-loop.
+
2002-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
* nnslashdot.el: Removed some test lines.
2002-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
- * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
+ * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
(mm-text-html-washer-alist): Ditto.
2002-10-19 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
(require 'dns)
(require 'message)
-(eval-and-compile
- (autoload 'bbdb-records "bbdb-com"))
-
;; Attempt to load BBDB macros
(eval-when-compile
(condition-case nil
(require 'bbdb-com)
(file-error (defalias 'bbdb-search 'ignore))))
+;; This should be evaluated after loading bbdb-com to prevent inf-loop
+(eval-and-compile
+ (autoload 'bbdb-records "bbdb-com"))
+
;; autoload executable-find
(eval-and-compile
;; executable-find is not autoloaded in Emacs 20