From: Richard M. Stallman Date: Sat, 21 Mar 1998 18:07:27 +0000 (+0000) Subject: (syms_of_sunfns): Pass new arg to make_pure_string. X-Git-Tag: emacs-20.3~1815 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=763401461fcf16041fc6b639b1c92635cd118488;p=emacs.git (syms_of_sunfns): Pass new arg to make_pure_string. --- 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);