diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-02-07 17:20:18 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-02-07 17:20:18 +0100 |
| commit | ff92d2b5b504db82f61d5d1b7d0fcde41b81ed93 (patch) | |
| tree | cc3e141484df8b9356b5781f5d0786a2dde591ac | |
| parent | dc4a2cedc8cdf8aab0a1308e0def54b3d6079c22 (diff) | |
Manual: Move @defmac to correct section
| -rw-r--r-- | compat.texi | 14 |
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: |
