diff options
| author | Po Lu | 2025-03-09 13:22:59 +0800 |
|---|---|---|
| committer | Po Lu | 2025-03-09 13:22:59 +0800 |
| commit | 4db604f3751ffb6a1fc3fd4277445a8f94cec13f (patch) | |
| tree | 6dbc5d151158fcaefa9c76f44d10f7dc75d4725d /java | |
| parent | 1e289586fc08615031783a28e1e197071b734aaf (diff) | |
| download | emacs-4db604f3751ffb6a1fc3fd4277445a8f94cec13f.tar.gz emacs-4db604f3751ffb6a1fc3fd4277445a8f94cec13f.zip | |
; * java/org/gnu/emacs/EmacsWindow.java (viewLayout): Typo in comment.
Diffstat (limited to 'java')
| -rw-r--r-- | java/org/gnu/emacs/EmacsWindow.java | 2 |
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; |