projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb7f399
)
; * src/emacs-module.h.in (enum emacs_funcall_exit): Fix typo.
author
Philipp Stephani
<phst@google.com>
Tue, 20 Dec 2022 12:29:49 +0000
(13:29 +0100)
committer
Philipp Stephani
<phst@google.com>
Tue, 20 Dec 2022 12:29:49 +0000
(13:29 +0100)
src/emacs-module.h.in
patch
|
blob
|
history
diff --git
a/src/emacs-module.h.in
b/src/emacs-module.h.in
index bef89b059fc8751367cf0bb72faaa7e227891266..22096db7e85c8aceeb70f0ebb40e8b347140e893 100644
(file)
--- a/
src/emacs-module.h.in
+++ b/
src/emacs-module.h.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 exit
ed
using `throw'. */
emacs_funcall_exit_throw = 2
};