Small patch I needed to get bbdb-print work:

Index: lisp/bbdb.el
===================================================================
RCS file: /cvsroot/bbdb/bbdb/lisp/bbdb.el,v
retrieving revision 1.171
diff -u -r1.171 bbdb.el
--- lisp/bbdb.el        2001/10/14 19:47:20     1.171
+++ lisp/bbdb.el        2001/11/18 03:11:22
@@ -1448,7 +1448,7 @@
       (setq alist (cdr alist)))
     ;; if we haven't reached the end of functions, we got a hit.
     (if alist
-        (funcall (cdar alist) addr indent))))
+        (funcall (cdar alist) addr))))
 
 (defun bbdb-format-record-name-company (record)
   (let ((name (or (bbdb-record-name record) "???"))


Greetings,
Jochen
-- 
University of North Carolina                       phone: +1-919-962-4403
Department of Chemistry                            phone: +1-919-962-1579
Venable Hall CB#3290 (Kenan C148)                    fax: +1-919-843-6041
Chapel Hill, NC 27599, USA                            GnuPG key: 44BCCD8E


_______________________________________________
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to