Hi,

In bbdb-rmail.el (v1.61), these are the first lines of the file

(eval-and-compile
  (require 'bbdb)
  (require 'bbdb-com)
  (require 'rmail)
  ;(require 'rmailsum)   ; not provided, dammit!
  (defvar rmail-buffer nil)
  (if (not (fboundp 'rmail-make-summary-line)) (load-library "rmailsum")))

- it seems rmailsum is now provided (at least in Emacs 21.3.1)
- the rmail-buffer defvar is annoying since it obscures in help
  (C-h v) where the variable was _really_ defined (and it removes
  any documentation that was present).  Surely, it is not needed
  rmail is require'd?  Otherwise, I'd suggest putting in an
  eval-when-compile().

Thanks,

Frederik Fouvry


-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to