comparison src/sunfns.c @ 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 c8a6a5b01690
children a5eaace0fa01
comparison
equal deleted inserted replaced
21258:693573ac0944 21259:3abae7d11d07
496 syms_of_sunfns() 496 syms_of_sunfns()
497 { 497 {
498 #ifdef Menu_Base_Kludge 498 #ifdef Menu_Base_Kludge
499 /* i'm just too lazy to re-write this into C code */ 499 /* i'm just too lazy to re-write this into C code */
500 /* so we will call this elisp function from C */ 500 /* so we will call this elisp function from C */
501 sm_kludge_string = make_pure_string ("sm::menu-kludge", 15); 501 sm_kludge_string = make_pure_string ("sm::menu-kludge", 15, 15, 0);
502 #endif /* Menu_Base_Kludge */ 502 #endif /* Menu_Base_Kludge */
503 503
504 defsubr(&Ssun_window_init); 504 defsubr(&Ssun_window_init);
505 defsubr(&Ssit_for_millisecs); 505 defsubr(&Ssit_for_millisecs);
506 defsubr(&Ssleep_for_millisecs); 506 defsubr(&Ssleep_for_millisecs);