aboutsummaryrefslogtreecommitdiff
path: root/compat-28.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-01-20 19:41:36 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-01-20 19:41:36 +0100
commit688e2d983c8ca41c1b5a5241d22df31a57575a0a (patch)
tree9cd3cc2550001b18d92925533a839eeb7b5f678c /compat-28.el
parentadcbf00d7740e44ea997c06ce89473b5824674d8 (diff)
Add missing links to tests
Diffstat (limited to 'compat-28.el')
-rw-r--r--compat-28.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat-28.el b/compat-28.el
index a4b494d..e630e81 100644
--- a/compat-28.el
+++ b/compat-28.el
@@ -678,7 +678,7 @@ contrast color with RGB as background and as foreground."
;;;; Defined in window.el
-(compat-defmacro with-window-non-dedicated (window &rest body)
+(compat-defmacro with-window-non-dedicated (window &rest body) ;; <compat-tests:with-window-non-dedicated>
"Evaluate BODY with WINDOW temporarily made non-dedicated.
If WINDOW is nil, use the selected window. Return the value of
the last form in BODY."