At the top of bbdb-mhe.el, you'll need to adjust the require of 'mh-comp to
look at two possible variables:
--
(require 'mh-e) ; Note- we advise several functions in this file.
(eval-and-compile
(if (or
; 19.30 and before
(boundp 'mh-e-version)
; 19.31 and beyond
(boundp 'mh-e-RCS-id))
(require 'mh-comp)))
--
since starting with emacs 19.31 (just released), the variable is now
`mh-e-RCS-id' instead of `mh-e-version'.
Brendan
--
Brendan Kehoe [EMAIL PROTECTED]
Web page: http://www.zen.org/~brendan/