Fix: Use equal to compare lists
This commit is contained in:
parent
d5269bb5e2
commit
7d9ff6e6a6
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ necessary."
|
||||||
(interactive (list (org-ql-view--complete-buffers-files)
|
(interactive (list (org-ql-view--complete-buffers-files)
|
||||||
(read-string "Query: " (when org-ql-view-query
|
(read-string "Query: " (when org-ql-view-query
|
||||||
(format "%S" org-ql-view-query)))
|
(format "%S" org-ql-view-query)))
|
||||||
:narrow (or org-ql-view-narrow (eq current-prefix-arg '(4)))
|
:narrow (or org-ql-view-narrow (equal current-prefix-arg '(4)))
|
||||||
:super-groups (org-ql-view--complete-super-groups)
|
:super-groups (org-ql-view--complete-super-groups)
|
||||||
:sort (org-ql-view--complete-sort)))
|
:sort (org-ql-view--complete-sort)))
|
||||||
;; NOTE: Using `with-temp-buffer' is a hack to work around the fact that `make-local-variable'
|
;; NOTE: Using `with-temp-buffer' is a hack to work around the fact that `make-local-variable'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue