feature/lookup: fix invalid search engine error in +lookup/online
Caused because map-put returns the full provider cons cell, rather than just the provider.
This commit is contained in:
parent
0d83834ac7
commit
1024cfa23c
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@
|
|||
"Search on: "
|
||||
(mapcar #'car +lookup-provider-url-alist)
|
||||
nil t)))
|
||||
(map-put +lookup--last-provider key provider)))))
|
||||
(map-put +lookup--last-provider key provider)
|
||||
provider))))
|
||||
|
||||
(defun +lookup--symbol-or-region (&optional initial)
|
||||
(cond (initial)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue