Here are typos as shown in the patch:
diff --git a/lisp/bbdb.el b/lisp/bbdb.el
index afc102e9..66ab4724 100644
--- a/lisp/bbdb.el
+++ b/lisp/bbdb.el
@@ -2608,8 +2608,9 @@ (defun bbdb-pop-up-window (&optional select horiz-p)
(max window-min-height bbdb-pop-up-window-size))
(round (* bbdb-pop-up-window-size
(window-height tallest-window)))))
- (if (memq major-mode
- '(gnus-Group-mode gnus-Subject-mode
gnus-Article-mode))
+ (if (derived-mode-p 'gnus-group-mode
+ 'gnus-summary-mode
+ 'gnus-article-mode)
(goto-char (point-min))) ; make gnus happy...
(select-window (next-window)) ; goto the bottom of the
two...
(let (pop-up-windows) ; make it display *BBDB*...
But having looked at this some more, I think instead of fixing the
typos, the form should be deleted. It causes annoying point movement
from my experience. Any idea in what way it makes Gnus happy??
Leo
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
[email protected]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/