diff options
| author | Dan Nicolaescu | 2009-11-11 06:10:42 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2009-11-11 06:10:42 +0000 |
| commit | a4ada374d6f96b5a7b9fe8df57307fae3fcd3351 (patch) | |
| tree | a574ca978f9298d0866d1181223566fc932a52a6 /src/keyboard.c | |
| parent | 04991a1c0d1e23391f5d88d3e5007e352c1ab3cb (diff) | |
| download | emacs-a4ada374d6f96b5a7b9fe8df57307fae3fcd3351.tar.gz emacs-a4ada374d6f96b5a7b9fe8df57307fae3fcd3351.zip | |
* xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
* xterm.c (syms_of_xterm):
* xfaces.c (syms_of_xfaces):
* xdisp.c (syms_of_xdisp):
* lread.c (syms_of_lread):
* keyboard.c (syms_of_keyboard): Use make_pure_c_string instead of
build_string.
* doc.c (Fsnarf_documentation): Purecopy Vbuild_files.
Diffstat (limited to 'src/keyboard.c')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 872bd81ed40..3b4f0c54eb7 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -11729,7 +11729,7 @@ syms_of_keyboard () | |||
| 11729 | pending_funcalls = Qnil; | 11729 | pending_funcalls = Qnil; |
| 11730 | staticpro (&pending_funcalls); | 11730 | staticpro (&pending_funcalls); |
| 11731 | 11731 | ||
| 11732 | Vlispy_mouse_stem = build_string ("mouse"); | 11732 | Vlispy_mouse_stem = make_pure_c_string ("mouse"); |
| 11733 | staticpro (&Vlispy_mouse_stem); | 11733 | staticpro (&Vlispy_mouse_stem); |
| 11734 | 11734 | ||
| 11735 | /* Tool-bars. */ | 11735 | /* Tool-bars. */ |