fix wrong argument order in usage of alist-get
This commit is contained in:
parent
637131a264
commit
1ce3bedbbb
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ properties:
|
||||||
"Search on: "
|
"Search on: "
|
||||||
(mapcar #'car +lookup-provider-url-alist)
|
(mapcar #'car +lookup-provider-url-alist)
|
||||||
nil t)))
|
nil t)))
|
||||||
(setf (alist-get +lookup--last-provider key) provider)
|
(setf (alist-get key +lookup--last-provider) provider)
|
||||||
provider))))
|
provider))))
|
||||||
|
|
||||||
(defun +lookup--symbol-or-region (&optional initial)
|
(defun +lookup--symbol-or-region (&optional initial)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue