Skip to content

Commit

Permalink
Comment: Remove old FIXMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Mar 10, 2023
1 parent 962a3dc commit 44679a6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions org-ql-view.el
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@

(require 'org-ql)

;; FIXME: check-declare declares "function not found", even though it
;; clearly is. It seems to not handle cl-defun, even though its code
;; appears to account for it.
(declare-function org-ql-search "org-ql-search" t)
(declare-function org-ql-search--org-link-store-props "org-ql-search" t)

Expand Down Expand Up @@ -1014,10 +1011,6 @@ property."
;; These functions are somewhat regrettable because of the need to keep them
;; in sync, but it seems worth it to provide users with the flexibility.

;; FIXME: `check-declare' declares that this function is not in org-ql-search, even though
;; it is. It appears to happen because `org-ql-search-directories-files' is declared with
;; `cl-defun', because when I remove "cl-", it finds it. This makes no sense, because the
;; source code of `check-declare' shows that it searches for "cl-defun" declarations.
(declare-function org-ql-search-directories-files "org-ql-search" t)

(defun org-ql-view--contract-buffers-files (buffers-files)
Expand Down

0 comments on commit 44679a6

Please sign in to comment.