Both of these changes are needed for bbdb-mhe.el (version 3.7 last mod date is
13-Jul-95) for it to work with emacs 19.31 (just released).
*** bbdb-mhe.el.~3~ Tue Jul 25 19:09:27 1995
--- bbdb-mhe.el Mon May 27 11:45:35 1996
***
*** 26,30
(require 'mh-e); Note- we advis
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