Fix: (link) :target argument
This commit is contained in:
parent
831a21b63e
commit
410888e449
1 changed files with 1 additions and 1 deletions
|
|
@ -1155,7 +1155,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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue