aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2025-01-24 10:40:14 +0200
committerEli Zaretskii2025-01-24 10:40:14 +0200
commit6c633ece6e6743d9724ff116322e573ddf79d79f (patch)
tree9272cd1973d799c93515ba0db63f54cd1955b5dd /src
parentc941b94e51f4e5996718416ac908249cb71da1d9 (diff)
downloademacs-6c633ece6e6743d9724ff116322e573ddf79d79f.tar.gz
emacs-6c633ece6e6743d9724ff116322e573ddf79d79f.zip
Revert "; * src/dispnew.c (combine_updates_for_frame): Fix whitespace."
This reverts commit c941b94e51f4e5996718416ac908249cb71da1d9. It was pushed by mistake.
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 724ec6ece9a..e4567f6970c 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -3967,7 +3967,7 @@ combine_updates_for_frame (struct frame *f, bool inhibit_scrolling)
3967 3967
3968 /* Determine visible frames on the root frame, including the root 3968 /* Determine visible frames on the root frame, including the root
3969 frame itself. Note that there are cases, see bug#75056, where we 3969 frame itself. Note that there are cases, see bug#75056, where we
3970 can be called for invisible frames. */ 3970 can be called for invisible frames. */
3971 Lisp_Object z_order = frames_in_reverse_z_order (root, true); 3971 Lisp_Object z_order = frames_in_reverse_z_order (root, true);
3972 if (NILP (z_order)) 3972 if (NILP (z_order))
3973 { 3973 {