John-
Please apply this patch, recompile (or delete bbdb-com.elc), and
restart.
If the patch doesn't apply, just move the (provide) statement from the
bottom to the top (before "require 'bbdb)".
--- bbdb-com.el~ Tue Oct 13 15:43:39 1998
+++ bbdb-com.el Mon Oct 26 09:55:09 1998
@@ -63,6 +63,8 @@
;;
;;
+(provide 'bbdb-com)
+
(require 'bbdb)
(defmacro bbdb-grovel-elide-arg (arg)
@@ -2287,5 +2289,3 @@
(string-lessp emacs-version "19")) ; v19 has history built in
(mapcar 'gmhist-make-magic
'(bbdb bbdb-name bbdb-company bbdb-net bbdb-changed)))
-
-(provide 'bbdb-com)
;; Colin