diff options
| author | Lukas Fürmetz <fuermetz@mailbox.org> | 2017-11-08 18:32:19 +0100 |
|---|---|---|
| committer | Lukas Fürmetz <fuermetz@mailbox.org> | 2017-11-08 18:32:19 +0100 |
| commit | d66e047a6138d0a8cb0c3095f720c883365894c2 (patch) | |
| tree | a85f3d3e20c455af1c04f63ec0310fe129de9a09 /vterm-module.h | |
| parent | 86349987d1a0674a1d0d7dbd5e7972d3bf34b909 (diff) | |
Intern put-text-property just once
Diffstat (limited to 'vterm-module.h')
| -rw-r--r-- | vterm-module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vterm-module.h b/vterm-module.h index fb3320b..e6b0757 100644 --- a/vterm-module.h +++ b/vterm-module.h @@ -34,6 +34,7 @@ static emacs_value Flist; static emacs_value Ferase_buffer; static emacs_value Finsert; static emacs_value Fgoto_char; +static emacs_value Fput_text_property; static size_t codepoint_to_utf8(const uint32_t codepoint, unsigned char buffer[4]); |
