From 763401461fcf16041fc6b639b1c92635cd118488 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 21 Mar 1998 18:07:27 +0000 Subject: [PATCH] (syms_of_sunfns): Pass new arg to make_pure_string. --- src/sunfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sunfns.c b/src/sunfns.c index 6bfa479321d..efc4e970119 100644 --- a/src/sunfns.c +++ b/src/sunfns.c @@ -498,7 +498,7 @@ syms_of_sunfns() #ifdef Menu_Base_Kludge /* i'm just too lazy to re-write this into C code */ /* so we will call this elisp function from C */ - sm_kludge_string = make_pure_string ("sm::menu-kludge", 15); + sm_kludge_string = make_pure_string ("sm::menu-kludge", 15, 15, 0); #endif /* Menu_Base_Kludge */ defsubr(&Ssun_window_init); -- 2.39.5