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-when-compile
|
||||
;; Require these when compiling, but not necessarily on load.
|
||||
(require 'org)
|
||||
|
||||
(require 'org-ql)
|
||||
(require 'org-ql-search))
|
||||
(require 'org-ql-search)
|
||||
|
||||
;;;; Compatibility
|
||||
|
||||
|
|
@ -77,8 +74,10 @@ Based on `helm-map'.")
|
|||
:action (list (cons "Show view" #'org-ql-view)))
|
||||
"Helm source for `org-ql-views'.")
|
||||
|
||||
(with-no-warnings
|
||||
;; 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'.")
|
||||
"Used for `helm-org-ql-save'."))
|
||||
|
||||
;;;; Customization
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue