Fix.
[elisp/gnus.git-] / README-gnus-bbdb.en
index c099cb2..0b7c77c 100644 (file)
@@ -28,7 +28,10 @@ of this file should be applied. If not, it might not.
 (require 'gnus-bbdb)
 (bbdb-initialize 'sc)  ;; 'Gnus or 'gnus should be deleted.
 (add-hook 'gnus-startup-hook 'gnus-bbdb-insinuate)
-(add-hook 'message-setup-hook 'gnus-bbdb-insinuate-message)
+
+;; No need to use the following lines under T-gnus 6.15.5 and later.
+;(eval-after-load "message"
+;  '(add-hook 'message-setup-hook 'gnus-bbdb-insinuate-message))
 
  If you would like to decode the quoted encoded words forcibly, even
 though FLIM does not decode them, put the following lines in your
@@ -56,15 +59,13 @@ though FLIM does not decode them, put the following lines in your
             (format "%s <%s>" name net)))))
 --- bbdb-2.34/lisp/bbdb-hooks.el~      Tue Jan 15 09:00:11 2002
 +++ bbdb-2.34/lisp/bbdb-hooks.el       Thu Jan 31 03:55:01 2002
-@@ -35,6 +35,8 @@
- ;; $Id: README-gnus-bbdb.en,v 1.1.2.6.2.7 2002-01-31 04:33:18 yamaoka Exp $
+@@ -36,4 +36,6 @@
  ;;
  
 +(eval-when-compile (require 'cl))
 +
  (require 'bbdb)
  (require 'bbdb-com)
 @@ -405,13 +407,23 @@
           ignore
           field pairs fieldval  ; do all bindings here for speed