aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs-module.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs-module.h.in b/src/emacs-module.h.in
index d485de5aa18..c51d482d8a2 100644
--- a/src/emacs-module.h.in
+++ b/src/emacs-module.h.in
@@ -116,7 +116,7 @@ enum emacs_funcall_exit
116 /* Function has signaled an error using `signal'. */ 116 /* Function has signaled an error using `signal'. */
117 emacs_funcall_exit_signal = 1, 117 emacs_funcall_exit_signal = 1,
118 118
119 /* Function has exit using `throw'. */ 119 /* Function has exited using `throw'. */
120 emacs_funcall_exit_throw = 2 120 emacs_funcall_exit_throw = 2
121}; 121};
122 122