]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fdump_emacs): Don't take address of array.
authorKarl Heuer <kwzh@gnu.org>
Wed, 17 May 1995 20:47:39 +0000 (20:47 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 17 May 1995 20:47:39 +0000 (20:47 +0000)
src/emacs.c

index 08c91a5a0939dc0a3fa236e64f3b0632cfcef0fd..ad001d93f034740cb2c9b4743b7b17356e29fda6 100644 (file)
@@ -1303,7 +1303,7 @@ and announce itself normally when it is run.")
 #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;