From fd7bf0a60a945c63c08d56729b8e0ea4a22290eb Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 22 Oct 2002 05:08:32 +0000 Subject: [PATCH] Synch with Oort Gnus. --- lisp/ChangeLog | 6 ++++++ lisp/lpath.el | 1 + lisp/spam.el | 4 ---- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b3e9fc4..a47a614 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,11 @@ 2002-10-22 Katsumi Yamaoka + * lpath.el: Fbind bbdb-records. + + * spam.el: Don't autoload bbdb-records. + +2002-10-22 Katsumi Yamaoka + * spam.el: Set autoload for bbdb-records after loading bbdb-com to prevent inf-loop. diff --git a/lisp/lpath.el b/lisp/lpath.el index 3e499dc..492af00 100644 --- a/lisp/lpath.el +++ b/lisp/lpath.el @@ -14,6 +14,7 @@ (maybe-fbind '(babel-fetch babel-wash create-image decode-coding-string display-graphic-p replace-regexp-in-string + bbdb-records display-time-event-handler find-image font-create-object gnus-mule-get-coding-system font-lock-set-defaults diff --git a/lisp/spam.el b/lisp/spam.el index 0b03803..639571e 100644 --- a/lisp/spam.el +++ b/lisp/spam.el @@ -45,10 +45,6 @@ (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 -- 1.7.10.4