1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 21:20:45 -08:00

(x_create_tip_frame): Preserve received parms by copying them.

This commit is contained in:
Eli Zaretskii 2006-03-11 16:25:36 +00:00
parent 710cb0d055
commit e6a0d3ebc8

View file

@ -4637,6 +4637,7 @@ x_create_tip_frame (dpyinfo, parms, text)
check_x ();
parms = Fcopy_alist (parms);
#ifdef MULTI_KBOARD
kb = dpyinfo->kboard;