I'm not sure why the code was moved, but the current version always
displays the bbdb buffer, regardless what bbdb-use-pop-up is set to.

Index: bbdb-vm.el
===================================================================
RCS file: /cvsroot/bbdb/bbdb/lisp/bbdb-vm.el,v
retrieving revision 1.76
diff -c -C0 -r1.76 bbdb-vm.el
*** bbdb-vm.el  2001/01/18 00:35:33     1.76
--- bbdb-vm.el  2001/01/23 21:01:50
***************
*** 339 ****
--- 340,344 ----
+           ;; Always update the records; if there are no records, empty the
+           ;; BBDB window. This should be generic, not VM-specific.
+           (if records
+               (bbdb-display-records records)
+             (bbdb-undisplay-records))
***************
*** 341,346 ****
- 
-       ;; Always update the records; if there are no records, empty the
-       ;; BBDB window. This should be generic, not VM-specific.
-       (if records
-           (bbdb-display-records records)
-         (bbdb-undisplay-records))
--- 345 ----


_______________________________________________
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/bbdb-info

Reply via email to