Change: (org-ql-search) Declare indent

This commit is contained in:
Adam Porter 2019-01-14 18:36:14 -06:00
parent 20d563452f
commit 588ee2cb12

View file

@ -133,6 +133,7 @@ searching. Interactively, with prefix, leave narrowed.
SORT: One or a list of `org-ql' sorting functions, like `date' or SORT: One or a list of `org-ql' sorting functions, like `date' or
`priority'." `priority'."
(declare (indent defun))
(interactive (progn (interactive (progn
(when (and current-prefix-arg (when (and current-prefix-arg
(not (derived-mode-p 'org-mode))) (not (derived-mode-p 'org-mode)))