aboutsummaryrefslogtreecommitdiff
path: root/elisp.c
diff options
context:
space:
mode:
authorjixiuf <jixiuf@qq.com>2019-08-01 23:20:37 +0800
committerjixiuf <jixiuf@qq.com>2019-08-01 23:20:49 +0800
commitd74b7e41f9aeca3ece4d7de0cc54d8b6a6034733 (patch)
treee154d302707a01ec67ecf50ab3bc21fc09a4f8b5 /elisp.c
parentc73b60a1491506af395cb5358cee30083a5cec63 (diff)
run clang-format
Diffstat (limited to 'elisp.c')
-rw-r--r--elisp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/elisp.c b/elisp.c
index 9483692..beaf5d6 100644
--- a/elisp.c
+++ b/elisp.c
@@ -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});