tm 7.96. tm-7_100 tm-7_100_1 tm-7_100_2 tm-7_96 tm-7_97 tm-7_98 tm-7_99
authormorioka <morioka>
Tue, 10 Mar 1998 07:03:41 +0000 (07:03 +0000)
committermorioka <morioka>
Tue, 10 Mar 1998 07:03:41 +0000 (07:03 +0000)
mu-bbdb.el

index af5877c..a3fa25e 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1996 Shuhei KOBAYASHI
 
 ;; Author: Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
-;; Version: $Id: mu-bbdb.el,v 3.2 1996/11/22 08:44:27 shuhei-k Exp $
+;; Version: $Id: mu-bbdb.el,v 3.3 1996/12/10 11:57:23 shuhei-k Exp $
 
 ;; This file is part of tl (Tiny Library).
 
 ;;; Code:
 
 (require 'mu-cite)
-(if (not (fboundp 'eval-when))
-    (require 'bbdb)
-  (eval-when (compile)
-    (ignore-errors
-      (require 'bbdb)))
-  (eval-when (load eval)
+(if (module-installed-p 'bbdb)
     (require 'bbdb))
-  )
 
 (defvar mu-bbdb-load-hook nil
   "*List of functions called after mu-bbdb is loaded.")
@@ -68,9 +62,9 @@
 (defun mu-cite/set-bbdb-attr (attr addr)
   "Add attribute information to BBDB."
   (let* ((bbdb-notice-hook nil)
-         (record (bbdb-annotate-message-sender 
+         (record (bbdb-annotate-message-sender
                   addr t
-                 (bbdb-invoke-hook-for-value 
+                 (bbdb-invoke-hook-for-value
                   bbdb/mail-auto-create-p)
                  t)))
     (if record