diff options
| author | Jim Blandy | 1991-10-22 00:26:51 +0000 |
|---|---|---|
| committer | Jim Blandy | 1991-10-22 00:26:51 +0000 |
| commit | 4fc0b45bc4d0a189b8bb097692f5c540dcb251e8 (patch) | |
| tree | a403a0b33ff0bd85f71a8eeb9a57a29ab8480a4a /src | |
| parent | 7d7f1f339f558fdca122ac3898e57f33d232c628 (diff) | |
| download | emacs-4fc0b45bc4d0a189b8bb097692f5c540dcb251e8.tar.gz emacs-4fc0b45bc4d0a189b8bb097692f5c540dcb251e8.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 97c0b20e5fa..6e36b42f028 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -291,7 +291,7 @@ main (argc, argv, envp) | |||
| 291 | 291 | ||
| 292 | inhibit_window_system = 0; | 292 | inhibit_window_system = 0; |
| 293 | 293 | ||
| 294 | /* Handle the -t switch, which specifies filename to use as terminal */ | 294 | /* Handle the -t switch, which specifies filename to use as terminal */ |
| 295 | if (skip_args + 2 < argc && !strcmp (argv[skip_args + 1], "-t")) | 295 | if (skip_args + 2 < argc && !strcmp (argv[skip_args + 1], "-t")) |
| 296 | { | 296 | { |
| 297 | int result; | 297 | int result; |