diff options
| author | Richard M. Stallman | 1996-04-02 01:35:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-04-02 01:35:43 +0000 |
| commit | 98ea03086aa7c1dd2213b1c1a7cf56478ce494db (patch) | |
| tree | 69707adc09cd3ae7ea4681bba32330183d5aa0eb /src | |
| parent | a9978dd86687fe926b7d544a7e6d54e86866d3d3 (diff) | |
| download | emacs-98ea03086aa7c1dd2213b1c1a7cf56478ce494db.tar.gz emacs-98ea03086aa7c1dd2213b1c1a7cf56478ce494db.zip | |
(main): Initialize displayname.
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 687f1abf3e2..3b221a108ec 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -602,7 +602,7 @@ Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\ | |||
| 602 | because we don't even know which window system dependent code | 602 | because we don't even know which window system dependent code |
| 603 | to run until we've recognized this argument. */ | 603 | to run until we've recognized this argument. */ |
| 604 | { | 604 | { |
| 605 | char *displayname; | 605 | char *displayname = 0; |
| 606 | int i; | 606 | int i; |
| 607 | int count_before = skip_args; | 607 | int count_before = skip_args; |
| 608 | 608 | ||