David Bergum writes:
 > 
 >   Jeff> I think the problem is because highlight-headers-hack-x-face-p is
 >   Jeff> defined as a variable.  
 > 
... snip ....

 >   Jeff> I suspect that long, long ago, it may actually have been a
 >   Jeff> function.... 
 > 
 > Yup, I think you've got something there.
 > 
 > Dave.

I just looked at my installed bbdb-gui.el and I made the following
change a long time ago.

--- bbdb-gui.el~        2002-01-15 04:00:11.000000000 -0500
+++ bbdb-gui.el 2003-02-08 17:25:43.000000000 -0500
@@ -235,7 +235,7 @@
   "Process a face property of a record and honour it.
 Not done for GNU Emacs just yet, since it doesn't have image support
 as of GNU Emacs 20.7"
-  (if (not (or (and (boundp 'highlight-headers-hack-x-face-p)
+  (if (not (or (and (fboundp 'highlight-headers-hack-x-face-p)
                     (funcall (intern                               ;; compiler
                               "highlight-headers-hack-x-face-p"))) ;; ick.
                (and (featurep 'xemacs)

kind of makes sense... only call it as a function if it's bound as a
function. 

-- 
Jeff Miller
[EMAIL PROTECTED]


-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to