Revert "; * src/dispnew.c (combine_updates_for_frame): Fix whitespace."

This reverts commit c941b94e51.
It was pushed by mistake.
This commit is contained in:
Eli Zaretskii 2025-01-24 10:40:14 +02:00
parent c941b94e51
commit 6c633ece6e
2 changed files with 1 additions and 11 deletions

View file

@ -3967,7 +3967,7 @@ combine_updates_for_frame (struct frame *f, bool inhibit_scrolling)
/* Determine visible frames on the root frame, including the root
frame itself. Note that there are cases, see bug#75056, where we
can be called for invisible frames. */
can be called for invisible frames. */
Lisp_Object z_order = frames_in_reverse_z_order (root, true);
if (NILP (z_order))
{

View file

@ -534,14 +534,4 @@
'utf-8 nil (current-buffer))
(should (null (sanity-check-change-functions-errors))))))
(ert-deftest editfns-tests-styled-print ()
(let* ((print-unreadable-function
(lambda (&rest args)
(garbage-collect)
(make-string 100 t)))
(str "\"[1] ĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀĀ\""))
(should (string=
(format "%S" (format "%S %S" [1] (symbol-function '+))) str))))
;;; editfns-tests.el ends here