mirror of
https://github.com/SqrtMinusOne/biome.git
synced 2025-12-10 14:35:13 +03:00
biome-query: fix byte-compile
This commit is contained in:
parent
5f166bb6a8
commit
57e984f44e
1 changed files with 2 additions and 1 deletions
|
|
@ -77,7 +77,8 @@ The format is: (name latitude longitude)."
|
||||||
"Override column names for variables."
|
"Override column names for variables."
|
||||||
:type '(repeat (cons
|
:type '(repeat (cons
|
||||||
(string :tag "Variable name")
|
(string :tag "Variable name")
|
||||||
(string :tag "Column name"))))
|
(string :tag "Column name")))
|
||||||
|
:group 'biome)
|
||||||
|
|
||||||
(defconst biome-query-groups '("daily" "hourly" "minutely_15" "hourly")
|
(defconst biome-query-groups '("daily" "hourly" "minutely_15" "hourly")
|
||||||
"Name of groups.
|
"Name of groups.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue