>From a48f25ea3cc7b6f69f5c6d3ae98821bec6f6c3fa Mon Sep 17 00:00:00 2001
Date: Wed, 21 Sep 2011 00:25:52 +0800
---
lisp/bbdb-com.el | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/lisp/bbdb-com.el b/lisp/bbdb-com.el
index 7dc5e111..f03761f1 100644
--- a/lisp/bbdb-com.el
+++ b/lisp/bbdb-com.el
@@ -2475,7 +2475,8 @@ (defun bbdb-browse-url (records &optional which)
Prefix WHICH specifies which URL in field `url' is used (starting from 0).
Default is the first URL."
(interactive (list (bbdb-get-records "Visit (URL): ")
- current-prefix-arg))
+ (and current-prefix-arg
+ (prefix-numeric-value current-prefix-arg))))
(unless which (setq which 0))
(dolist (record (bbdb-record-list records))
(let ((url (bbdb-record-note-split record 'url)))
--
1.7.6
------------------------------------------------------------------------------
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/