diff options
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 2c446913eba..3c9e6eb215f 100644 --- a/java/org/gnu/emacs/EmacsWindow.java +++ b/java/org/gnu/emacs/EmacsWindow.java | |||
| @@ -428,7 +428,7 @@ public final class EmacsWindow extends EmacsHandleObject | |||
| 428 | manager = EmacsWindowAttachmentManager.MANAGER; | 428 | manager = EmacsWindowAttachmentManager.MANAGER; |
| 429 | 429 | ||
| 430 | /* If parent is the root window, notice that there are new | 430 | /* If parent is the root window, notice that there are new |
| 431 | children available for interested activites to pick | 431 | children available for interested activities to pick |
| 432 | up. */ | 432 | up. */ |
| 433 | manager.registerWindow (EmacsWindow.this); | 433 | manager.registerWindow (EmacsWindow.this); |
| 434 | 434 | ||