Fix: (link) :target argument

Closes #220.
This commit is contained in:
Akira Komamura 2021-06-13 23:36:28 +09:00 committed by Adam Porter
parent 3c7a93d71f
commit 38133de650

View file

@ -1155,7 +1155,7 @@ any link is found."
plist (cdr args))
(setf plist args))
(setf description (plist-get plist :description)
target (plist-get plist :description)
target (plist-get plist :target)
regexp-p (plist-get plist :regexp-p))
(unless regexp-p
;; NOTE: It would also be preferable to avoid regexp-quoting every time this predicate