Mercurial > emacs
diff src/emacs.c @ 14922:1968e2da175c
(main): Initialize displayname.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 02 Apr 1996 01:35:43 +0000 |
| parents | e368c0d12356 |
| children | 1351c75bc3d6 |
line wrap: on
line diff
--- a/src/emacs.c Tue Apr 02 00:34:57 1996 +0000 +++ b/src/emacs.c Tue Apr 02 01:35:43 1996 +0000 @@ -602,7 +602,7 @@ because we don't even know which window system dependent code to run until we've recognized this argument. */ { - char *displayname; + char *displayname = 0; int i; int count_before = skip_args;
