Tidy: Compiler warnings

This commit is contained in:
Adam Porter 2024-06-22 05:00:03 -05:00
parent d5269bb5e2
commit 5ef4364d0a

View file

@ -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
@ -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)