aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <[email protected]>2006-03-12 08:19:50 +0000
committerYAMAMOTO Mitsuharu <[email protected]>2006-03-12 08:19:50 +0000
commit1599821a5c8d6eee6066a0cfb497eaba7fc579e7 (patch)
tree29be0f3cbe9a47e086ae494aae9fd04ee8b3ceaa /src
parent5093b9dc1d18438135eae2dbf4f1d90db5a94264 (diff)
(x_create_tip_frame): Apply 2006-03-11 change for xfns.c.
Diffstat (limited to 'src')
-rw-r--r--src/macfns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/macfns.c b/src/macfns.c
index 92a78a7319..8e241205cd 100644
--- a/src/macfns.c
+++ b/src/macfns.c
@@ -3591,6 +3591,7 @@ x_create_tip_frame (dpyinfo, parms, text)
check_mac ();
+ parms = Fcopy_alist (parms);
#ifdef MULTI_KBOARD
kb = dpyinfo->kboard;