aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compat.texi14
1 files changed, 7 insertions, 7 deletions
diff --git a/compat.texi b/compat.texi
index e4f7693..d15d865 100644
--- a/compat.texi
+++ b/compat.texi
@@ -2119,6 +2119,13 @@ If native compilation is not available, this function always returns
@code{nil}.
@end defun
+@c copied from on lisp/window.el
+@defmac with-window-non-dedicated window &rest body
+Evaluate @var{body} with @var{window} temporarily made non-dedicated.
+If @var{window} is nil, use the selected window. Return the value of
+the last form in @var{body}.
+@end defmac
+
@subsection Extended Definitions
These functions must be called explicitly via @code{compat-call},
since their calling convention or behavior was extended in Emacs 28.1:
@@ -2155,13 +2162,6 @@ This compatibility version handles the optional argument
@var{all-frames}.
@end defun
-@c copied from on lisp/window.el
-@defmac with-window-non-dedicated window &rest body
-Evaluate @var{body} with @var{window} temporarily made non-dedicated.
-If @var{window} is nil, use the selected window. Return the value of
-the last form in @var{body}.
-@end defmac
-
@subsection Missing Definitions
Compat does not provide support for the following Lisp features
implemented in 28.1: