From: Eli Zaretskii Date: Sat, 11 Mar 2006 16:25:36 +0000 (+0000) Subject: (x_create_tip_frame): Preserve received parms by copying them. X-Git-Tag: emacs-pretest-22.0.90~3675 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e6a0d3ebc8c2bc59f1d98abbc04090e66c0e8d77;p=emacs.git (x_create_tip_frame): Preserve received parms by copying them. --- diff --git a/src/xfns.c b/src/xfns.c index ede53262f5f..2ab185a3c2d 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -4637,6 +4637,7 @@ x_create_tip_frame (dpyinfo, parms, text) check_x (); + parms = Fcopy_alist (parms); #ifdef MULTI_KBOARD kb = dpyinfo->kboard;