fix: declare Emacs 31 native compiler dependencies
This commit is contained in:
parent
e5276d1cac
commit
f9050cee72
@ -18,6 +18,7 @@
|
||||
|
||||
(declare-function ebox--ensure-node-id "ebox" (node))
|
||||
(declare-function ebox--ensure-region-id "ebox" (box))
|
||||
(declare-function ebox-get "ebox" (box property))
|
||||
(declare-function ebox-create "ebox" (&rest plist))
|
||||
(declare-function ebox-render "ebox-layout" (node))
|
||||
(declare-function ebox--lines-concat-horizontal "ebox" (&rest strings))
|
||||
|
||||
@ -50,6 +50,7 @@
|
||||
"Per-projection cache for selector-free computed inline styles.")
|
||||
|
||||
(declare-function ebox--render-layout "ebox-layout" (node))
|
||||
(declare-function ebox--ensure-node-id "ebox" (node))
|
||||
(declare-function ebox-native-commit-render
|
||||
"ebox-native-commit" (state node))
|
||||
(declare-function ebox-native-reflow-frame-fragments
|
||||
|
||||
Loading…
Reference in New Issue
Block a user