Tidy: Remove unused macro
This commit is contained in:
parent
2b267ad195
commit
04725bb900
1 changed files with 0 additions and 9 deletions
|
|
@ -100,15 +100,6 @@ buffer. In this case, ACTION should return an Org element."
|
||||||
:narrow ,narrow
|
:narrow ,narrow
|
||||||
:sort ',sort))
|
:sort ',sort))
|
||||||
|
|
||||||
(defmacro org-ql--flet (fns &rest body)
|
|
||||||
;; FIXME: Docstring.
|
|
||||||
;; MAYBE: Use `noflet'.
|
|
||||||
(declare (indent defun) (debug (listp body)))
|
|
||||||
`(cl-letf ,(cl-loop for (fn target) in fns
|
|
||||||
collect `((symbol-function ',fn)
|
|
||||||
(symbol-function ,target)))
|
|
||||||
,@body))
|
|
||||||
|
|
||||||
;;;; Functions
|
;;;; Functions
|
||||||
|
|
||||||
(cl-defun org-ql-query (buffers-or-files query &key action narrow sort)
|
(cl-defun org-ql-query (buffers-or-files query &key action narrow sort)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue