Skip to content

Commit

Permalink
Tidy: Compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alphapapa committed Jun 22, 2024
1 parent d5269bb commit 5ef4364
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions org-ql-view.el
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@ The optional, second argument is temporarily _IGNORED for
purposes of compatibility with changes in Org 9.4."
(require 'url-parse)
(require 'url-util)
(declare-function url-path-and-query "url-parse")
(when (version<= "9.3" (org-version))
;; Org 9.3+ makes a backward-incompatible change to link escaping.
;; I don't think it would be a good idea to try to guess whether
Expand Down Expand Up @@ -712,6 +713,8 @@ When opened, the link searches the buffer it's opened from."
;; Transient manual is written very well, not everything is covered in
;; it, so I'm having to try to imitate examples from `magit-transient'.

(require 'eieio-core)

(require 'transient)

(defclass org-ql-view--variable (transient-variable)
Expand Down

0 comments on commit 5ef4364

Please sign in to comment.