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 advise several functions in this file.
(eval-and-compile
! (if (boundp 'mh-e-version)
(require 'mh-comp)))
(require 'advice)
--- 26,34 ----
(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)))
(require 'advice)
***************
*** 196,200 ****
(defadvice mh-forward (before mh-bbdb-forward act)
(interactive
! (if (boundp 'mh-e-version)
(list
(bbdb-read-addresses-with-completion "To: ")
--- 200,208 ----
(defadvice mh-forward (before mh-bbdb-forward act)
(interactive
! (if (or
! ; 19.30 and before
! (boundp 'mh-e-version)
! ; 19.31 and beyond
! (boundp 'mh-e-RCS-id))
(list
(bbdb-read-addresses-with-completion "To: ")
--
Brendan Kehoe [EMAIL PROTECTED]
Web page: http://www.zen.org/~brendan/