fix: declare Emacs 31 native compiler dependencies

This commit is contained in:
Kinneyzhang 2026-08-26 23:06:37 +08:00
parent e5276d1cac
commit f9050cee72
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
(declare-function ebox--ensure-node-id "ebox" (node)) (declare-function ebox--ensure-node-id "ebox" (node))
(declare-function ebox--ensure-region-id "ebox" (box)) (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-create "ebox" (&rest plist))
(declare-function ebox-render "ebox-layout" (node)) (declare-function ebox-render "ebox-layout" (node))
(declare-function ebox--lines-concat-horizontal "ebox" (&rest strings)) (declare-function ebox--lines-concat-horizontal "ebox" (&rest strings))

View File

@ -50,6 +50,7 @@
"Per-projection cache for selector-free computed inline styles.") "Per-projection cache for selector-free computed inline styles.")
(declare-function ebox--render-layout "ebox-layout" (node)) (declare-function ebox--render-layout "ebox-layout" (node))
(declare-function ebox--ensure-node-id "ebox" (node))
(declare-function ebox-native-commit-render (declare-function ebox-native-commit-render
"ebox-native-commit" (state node)) "ebox-native-commit" (state node))
(declare-function ebox-native-reflow-frame-fragments (declare-function ebox-native-reflow-frame-fragments