; * java/org/gnu/emacs/EmacsWindow.java (viewLayout): Typo in comment.

This commit is contained in:
Po Lu 2025-03-09 13:22:59 +08:00
parent 1e289586fc
commit 4db604f375

View file

@ -353,7 +353,7 @@ else if (parent == null)
/* Otherwise accept the new position offered by the toolkit. FIXME:
isn't there a potential race condition here if the toolkit lays
out EmacsView after a child frame's rect is set but before it
calls onLayout to read the modifies rect? */
calls onLayout to read the modified rect? */
else
{
rect.left = left;