diff options
Diffstat (limited to 'test/data')
| -rw-r--r-- | test/data/emacs-module/mod-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/emacs-module/mod-test.c b/test/data/emacs-module/mod-test.c index 50be8620bd6..309179d1501 100644 --- a/test/data/emacs-module/mod-test.c +++ b/test/data/emacs-module/mod-test.c | |||
| @@ -249,7 +249,7 @@ emacs_module_init (struct emacs_runtime *ert) | |||
| 249 | env->make_function (env, amin, amax, csym, doc, data)) | 249 | env->make_function (env, amin, amax, csym, doc, data)) |
| 250 | 250 | ||
| 251 | DEFUN ("mod-test-return-t", Fmod_test_return_t, 1, 1, NULL, NULL); | 251 | DEFUN ("mod-test-return-t", Fmod_test_return_t, 1, 1, NULL, NULL); |
| 252 | DEFUN ("mod-test-sum", Fmod_test_sum, 2, 2, "Return A + B", NULL); | 252 | DEFUN ("mod-test-sum", Fmod_test_sum, 2, 2, "Return A + B\n\n(fn a b)", NULL); |
| 253 | DEFUN ("mod-test-signal", Fmod_test_signal, 0, 0, NULL, NULL); | 253 | DEFUN ("mod-test-signal", Fmod_test_signal, 0, 0, NULL, NULL); |
| 254 | DEFUN ("mod-test-throw", Fmod_test_throw, 0, 0, NULL, NULL); | 254 | DEFUN ("mod-test-throw", Fmod_test_throw, 0, 0, NULL, NULL); |
| 255 | DEFUN ("mod-test-non-local-exit-funcall", Fmod_test_non_local_exit_funcall, | 255 | DEFUN ("mod-test-non-local-exit-funcall", Fmod_test_non_local_exit_funcall, |