* src/xfns.c (x_create_tip_frame): Fix syntax error.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-531
return deleted;
}
- parms = Fcopy_alist (parms);
/* Create a frame for a tooltip on the display described by DPYINFO.
PARMS is a list of frame parameters. TEXT is the string to
check_x ();
+ parms = Fcopy_alist (parms);
+
/* Get the name of the frame to use for resource lookup. */
name = x_get_arg (dpyinfo, parms, Qname, "name", "Name", RES_TYPE_STRING);
if (!STRINGP (name)