Skip to content

Commit

Permalink
Comment: Add FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed May 25, 2023
1 parent 2c09854 commit eb53773
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions org-ql.el
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ Tags are stored in match group 1. Match group 2 stores the tags
without the enclosing colons.")

(defvaralias 'org-ql-link-regexp
;; FIXME: `org-link-bracket-re' is void until `org-link-make-regexps' is called.
(if (bound-and-true-p org-link-bracket-re)
'org-link-bracket-re
'org-bracket-link-regexp)
Expand Down

0 comments on commit eb53773

Please sign in to comment.