diff options
| author | Richard M. Stallman | 1998-03-21 18:07:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-03-21 18:07:27 +0000 |
| commit | 763401461fcf16041fc6b639b1c92635cd118488 (patch) | |
| tree | 45bae049fe83bf3c8d28689dbe4aaa71200e1d66 /src | |
| parent | c0696668ada15b284ec63a6c89981a54ecefd1d1 (diff) | |
| download | emacs-763401461fcf16041fc6b639b1c92635cd118488.tar.gz emacs-763401461fcf16041fc6b639b1c92635cd118488.zip | |
(syms_of_sunfns): Pass new arg to make_pure_string.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sunfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
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() | |||
| 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); |