Set autoload for bbdb-records after loading bbdb-com to prevent inf-loop.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 22 Oct 2002 02:05:16 +0000 (02:05 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 22 Oct 2002 02:05:16 +0000 (02:05 +0000)
lisp/ChangeLog
lisp/spam.el

index f1149f9..b3e9fc4 100644 (file)
@@ -1,3 +1,8 @@
+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.
@@ -10,7 +15,7 @@
 
 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>
index 040b47e..0b03803 100644 (file)
 (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