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:
parent
cf4fa77aff
commit
af2c603886
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue