From 3c4fe29900f7c45d84909967d9025e06077b23ee Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 20 Jul 1999 02:40:22 +0000 Subject: [PATCH] Don't use `module-installed-p'. --- mu-bbdb.el | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/mu-bbdb.el b/mu-bbdb.el index 1a8b446..c018986 100644 --- a/mu-bbdb.el +++ b/mu-bbdb.el @@ -1,9 +1,10 @@ -;;; mu-bbdb.el --- `attribution' function for mu-cite with BBDB. +;;; mu-bbdb.el --- registration feature of mu-cite using BBDB -;; Copyright (C) 1996,1997 Shuhei KOBAYASHI +;; Copyright (C) 1995,1996,1997,1998,1999 Free Software Foundation, Inc. -;; Author: Shuhei KOBAYASHI -;; Version: $Id: mu-bbdb.el,v 3.3 1996/12/10 11:57:23 shuhei-k Exp $ +;; Author: Shuhei KOBAYASHI +;; Maintainer: Katsumi Yamaoka +;; Keywords: BBDB, citation, mail, news ;; This file is part of MU (Message Utilities). @@ -33,12 +34,10 @@ ;; (require 'mu-bbdb) ;; ))) - ;;; Code: (require 'mu-cite) -(if (module-installed-p 'bbdb) - (require 'bbdb)) +(require 'bbdb) (defvar mu-bbdb-load-hook nil "*List of functions called after mu-bbdb is loaded.") @@ -120,7 +119,7 @@ mu-cite/get-bbdb-prefix-register-verbose-method)) )))) - + ;;; @ end ;;; -- 1.7.10.4