Skip to content

Commit

Permalink
Initialize first_run to ensure setup() is called (DogLooksGood#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
jian-lin authored Jan 30, 2024
1 parent fd43407 commit d8c0a99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ emacs_module_init (struct emacs_runtime *ert)
free(rime);
return 0;
}
rime->first_run = true;

/* Global emacs_value initialize */
nil = REF("nil");
Expand Down

0 comments on commit d8c0a99

Please sign in to comment.