Mercurial > emacs
changeset 11841:c93c1c56a8bb
(Fdump_emacs): Don't take address of array.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 17 May 1995 20:47:39 +0000 |
parents | 8902ebe369bd |
children | e8739cc8cd02 |
files | src/emacs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/emacs.c Wed May 17 20:47:26 1995 +0000 +++ b/src/emacs.c Wed May 17 20:47:39 1995 +0000 @@ -1303,7 +1303,7 @@ #endif /* not WINDOWSNT */ #endif unexec (XSTRING (intoname)->data, - !NILP (symname) ? XSTRING (symname)->data : 0, &my_edata, 0, 0); + !NILP (symname) ? XSTRING (symname)->data : 0, my_edata, 0, 0); #endif /* not VMS */ Vpurify_flag = tem;