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:
parent
710cb0d055
commit
e6a0d3ebc8
1 changed files with 1 additions and 0 deletions
|
|
@ -4637,6 +4637,7 @@ x_create_tip_frame (dpyinfo, parms, text)
|
|||
|
||||
check_x ();
|
||||
|
||||
parms = Fcopy_alist (parms);
|
||||
|
||||
#ifdef MULTI_KBOARD
|
||||
kb = dpyinfo->kboard;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue