Mercurial > emacs
changeset 14922:1968e2da175c
(main): Initialize displayname.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 02 Apr 1996 01:35:43 +0000 |
parents | 5a1524631bca |
children | 20c5d04f8013 |
files | src/emacs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;