Mercurial > emacs
diff src/emacs.c @ 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 | 78258a1b902b |
children | 778a35aba3f7 |
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;