1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(webjump): Replace assoc-ignore-case' by assoc-string'.

This commit is contained in:
Juanma Barranquero 2005-05-06 19:26:33 +00:00
parent cf4fa77aff
commit af2c603886

View file

@ -274,9 +274,9 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke
<nwv@acm.org>."
(interactive)
(let* ((completion-ignore-case t)
(item (assoc-ignore-case
(item (assoc-string
(completing-read "WebJump to site: " webjump-sites nil t)
webjump-sites))
webjump-sites t))
(name (car item))
(expr (cdr item)))
(browse-url (webjump-url-fix