diff options
Diffstat (limited to 'src/widget.c')
| -rw-r--r-- | src/widget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.c b/src/widget.c index 5c46e99ac80..66dd9c0ac77 100644 --- a/src/widget.c +++ b/src/widget.c | |||
| @@ -311,7 +311,7 @@ set_frame_size (ew) | |||
| 311 | 311 | ||
| 312 | if (! XtIsSubclass (wmshell, shellWidgetClass)) abort (); | 312 | if (! XtIsSubclass (wmshell, shellWidgetClass)) abort (); |
| 313 | 313 | ||
| 314 | /* We don't need this for the momment. The geometry is computed in | 314 | /* We don't need this for the moment. The geometry is computed in |
| 315 | xfns.c. */ | 315 | xfns.c. */ |
| 316 | #if 0 | 316 | #if 0 |
| 317 | /* If the EmacsFrame doesn't have a geometry but the shell does, | 317 | /* If the EmacsFrame doesn't have a geometry but the shell does, |