(syms_of_sunfns): Pass new arg to make_pure_string.
authorRichard M. Stallman <rms@gnu.org>
Sat, 21 Mar 1998 18:07:27 +0000 (18:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 21 Mar 1998 18:07:27 +0000 (18:07 +0000)
src/sunfns.c

index 6bfa479..efc4e97 100644 (file)
@@ -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);