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 339234fdb51..ec8db61f069 100644
--- a/src/emacs-module.h.in
+++ b/src/emacs-module.h.in
@@ -80,7 +80,7 @@ enum emacs_funcall_exit
80 emacs_funcall_exit_signal = 1, 80 emacs_funcall_exit_signal = 1,
81 81
82 /* Function has exit using `throw'. */ 82 /* Function has exit using `throw'. */
83 emacs_funcall_exit_throw = 2, 83 emacs_funcall_exit_throw = 2
84}; 84};
85 85
86struct emacs_env_25 86struct emacs_env_25