Fix: (link) :target argument

This commit is contained in:
Akira Komamura 2021-06-13 23:36:28 +09:00 committed by Adam Porter
parent 831a21b63e
commit 410888e449

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