Fix: (helm-org-ql.el) Compiler warnings
This commit is contained in:
parent
4b557857d3
commit
b0b8c6334d
1 changed files with 7 additions and 8 deletions
|
|
@ -30,12 +30,9 @@
|
||||||
|
|
||||||
(eval-and-compile
|
(eval-and-compile
|
||||||
|
|
||||||
(eval-when-compile
|
(require 'org)
|
||||||
;; Require these when compiling, but not necessarily on load.
|
(require 'org-ql)
|
||||||
(require 'org)
|
(require 'org-ql-search)
|
||||||
|
|
||||||
(require 'org-ql)
|
|
||||||
(require 'org-ql-search))
|
|
||||||
|
|
||||||
;;;; Compatibility
|
;;;; Compatibility
|
||||||
|
|
||||||
|
|
@ -77,8 +74,10 @@ Based on `helm-map'.")
|
||||||
:action (list (cons "Show view" #'org-ql-view)))
|
:action (list (cons "Show view" #'org-ql-view)))
|
||||||
"Helm source for `org-ql-views'.")
|
"Helm source for `org-ql-views'.")
|
||||||
|
|
||||||
(defvar-local helm-org-ql-buffers-files nil
|
(with-no-warnings
|
||||||
"Used for `helm-org-ql-save'.")
|
;; Silence compiler warning: "‘make-variable-buffer-local’ not called at toplevel"
|
||||||
|
(defvar-local helm-org-ql-buffers-files nil
|
||||||
|
"Used for `helm-org-ql-save'."))
|
||||||
|
|
||||||
;;;; Customization
|
;;;; Customization
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue