diff options
| author | jixiuf <jixiuf@qq.com> | 2019-08-01 23:20:37 +0800 |
|---|---|---|
| committer | jixiuf <jixiuf@qq.com> | 2019-08-01 23:20:49 +0800 |
| commit | d74b7e41f9aeca3ece4d7de0cc54d8b6a6034733 (patch) | |
| tree | e154d302707a01ec67ecf50ab3bc21fc09a4f8b5 /elisp.c | |
| parent | c73b60a1491506af395cb5358cee30083a5cec63 (diff) | |
run clang-format
Diffstat (limited to 'elisp.c')
| -rw-r--r-- | elisp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -108,7 +108,6 @@ void set_cursor_type(emacs_env *env, emacs_value QCursorType) { env->funcall(env, Fset, 2, (emacs_value[]){Qcursor_type, QCursorType}); } - emacs_value vterm_get_color(emacs_env *env, int index) { emacs_value idx = env->make_integer(env, index); return env->funcall(env, Fvterm_get_color, 1, (emacs_value[]){idx}); |
