From 6980660d6d6d40763cdc974bbefd0ea1b4fe9c23 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Tue, 22 Oct 2002 05:04:49 +0000 Subject: [PATCH] * lpath.el: Fbind bbdb-records. * spam.el: Don't autoload bbdb-records. --- lisp/ChangeLog | 6 ++++++ lisp/lpath.el | 2 +- lisp/spam.el | 4 ---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b3e9fc42a..a47a61466 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +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 diff --git a/lisp/lpath.el b/lisp/lpath.el index 257e5c59d..00f16a5d6 100644 --- a/lisp/lpath.el +++ b/lisp/lpath.el @@ -14,7 +14,7 @@ (maybe-fbind '(babel-fetch babel-wash create-image decode-coding-string display-graphic-p replace-regexp-in-string - bbdb-complete-name + bbdb-complete-name 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 0b0380331..639571e12 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 -- 2.25.1