changeset 21259:3abae7d11d07

(syms_of_sunfns): Pass new arg to make_pure_string.
author Richard M. Stallman <rms@gnu.org>
date Sat, 21 Mar 1998 18:07:27 +0000
parents 693573ac0944
children 4ac9ba6e745d
files src/sunfns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/sunfns.c	Sat Mar 21 18:07:06 1998 +0000
+++ b/src/sunfns.c	Sat Mar 21 18:07:27 1998 +0000
@@ -498,7 +498,7 @@
 #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);