diff options
| author | Richard M. Stallman | 1997-04-27 18:02:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-04-27 18:02:16 +0000 |
| commit | 77110caaed3cbd989330ce8505dd47b9c8e48308 (patch) | |
| tree | 2ffc7cfec42608acfa38b25ac75d006a6cd0b6e8 /src | |
| parent | 26d05e22407346371e569adcdcc00ff9796ede1f (diff) | |
| download | emacs-77110caaed3cbd989330ce8505dd47b9c8e48308.tar.gz emacs-77110caaed3cbd989330ce8505dd47b9c8e48308.zip | |
Comment change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c index cd9002da270..297d71bf21f 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -2720,6 +2720,10 @@ x_window (f, window_prompting, minibuffer_only) | |||
| 2720 | } | 2720 | } |
| 2721 | 2721 | ||
| 2722 | len = strlen (shell_position) + 1; | 2722 | len = strlen (shell_position) + 1; |
| 2723 | /* We don't free this because we don't know whether | ||
| 2724 | it is safe to free it while the frame exists. | ||
| 2725 | It isn't worth the trouble of arranging to free it | ||
| 2726 | when the frame is deleted. */ | ||
| 2723 | tem = (char *) xmalloc (len); | 2727 | tem = (char *) xmalloc (len); |
| 2724 | strncpy (tem, shell_position, len); | 2728 | strncpy (tem, shell_position, len); |
| 2725 | XtSetArg (al[ac], XtNgeometry, tem); ac++; | 2729 | XtSetArg (al[ac], XtNgeometry, tem); ac++; |