summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRobert Fenk <fenk@users.sourceforge.net>2001-01-17 19:55:07 +0000
committerRobert Fenk <fenk@users.sourceforge.net>2001-01-17 19:55:07 +0000
commitd94f73adf5e13bfae25aa7d60f8506ed8b591ce0 (patch)
tree5a746e46d7eb977a9b66e0ccb70971def402e9e7 /lisp
parent9fb4fffb9d38814ce37066cddd2b6d3aa8970711 (diff)
(bbdb-www-grab-homepage):
Fix to read just one record not a list of records
Diffstat (limited to 'lisp')
-rw-r--r--lisp/bbdb-w3.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/bbdb-w3.el b/lisp/bbdb-w3.el
index f6f3641..8f92ab2 100644
--- a/lisp/bbdb-w3.el
+++ b/lisp/bbdb-w3.el
@@ -20,6 +20,10 @@
;; $Id$
;;
;; $Log$
+;; Revision 1.8 2001/01/17 19:55:07 fenk
+;; (bbdb-www-grab-homepage):
+;; Fix to read just one record not a list of records
+;;
;; Revision 1.7 2000/05/02 18:19:17 sds
;; * lisp/bbdb.el, lisp/bbdb-com.el: define `unless' and `when' if
;; necessary, do not quote `lambda' in code, do quote (`') functions
@@ -72,7 +76,8 @@ Non-interactively, do all records if arg is nonnil."
;;;###autoload
(defun bbdb-www-grab-homepage (record)
"Grab the current URL and store it in the bbdb database"
- (interactive (list (bbdb-completing-read-record "Add WWW homepage for: ")))
+ (interactive (list (bbdb-completing-read-one-record
+ "Add WWW homepage for: ")))
;; if there is no database record for this person, create one
(unless record
(setq record (bbdb-read-new-record))