aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/org/gnu/emacs/EmacsWindow.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/org/gnu/emacs/EmacsWindow.java b/java/org/gnu/emacs/EmacsWindow.java
index 861bcace2ad..394b2c26414 100644
--- a/java/org/gnu/emacs/EmacsWindow.java
+++ b/java/org/gnu/emacs/EmacsWindow.java
@@ -353,7 +353,7 @@ public final class EmacsWindow extends EmacsHandleObject
353 /* Otherwise accept the new position offered by the toolkit. FIXME: 353 /* Otherwise accept the new position offered by the toolkit. FIXME:
354 isn't there a potential race condition here if the toolkit lays 354 isn't there a potential race condition here if the toolkit lays
355 out EmacsView after a child frame's rect is set but before it 355 out EmacsView after a child frame's rect is set but before it
356 calls onLayout to read the modifies rect? */ 356 calls onLayout to read the modified rect? */
357 else 357 else
358 { 358 {
359 rect.left = left; 359 rect.left = left;