(org-ql) Remove sharp-quote from action-fn

That should be specified from the macro call, not here.
This commit is contained in:
Adam Porter 2018-05-22 06:27:53 -05:00
parent d1f26eec2f
commit 1ccbe008ac

View file

@ -28,7 +28,7 @@ of calling `org-element-headline-parser' at each matching entry."
(<= #'<=) (<= #'<=)
(>= #'>=)) (>= #'>=))
,pred-body))) ,pred-body)))
#',action-fn)) ,action-fn))
(defmacro org-ql--fmap (fns &rest body) (defmacro org-ql--fmap (fns &rest body)
(declare (indent defun)) (declare (indent defun))