Fix: (link) :target argument

See #220.
This commit is contained in:
Akira Komamura 2021-06-13 23:36:28 +09:00 committed by Adam Porter
parent c57f0975f6
commit e05de210c7

View file

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