; * src/emacs-module.h.in (enum emacs_funcall_exit): Fix typo.
This commit is contained in:
@@ -116,7 +116,7 @@ enum emacs_funcall_exit
|
||||
/* Function has signaled an error using `signal'. */
|
||||
emacs_funcall_exit_signal = 1,
|
||||
|
||||
/* Function has exit using `throw'. */
|
||||
/* Function has exited using `throw'. */
|
||||
emacs_funcall_exit_throw = 2
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user