diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs-module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs-module.c b/src/emacs-module.c index c276edab37b..7f5bd86c96b 100644 --- a/src/emacs-module.c +++ b/src/emacs-module.c | |||
| @@ -226,7 +226,7 @@ static emacs_value const module_nil = 0; | |||
| 226 | 226 | ||
| 227 | /* Use MODULE_FUNCTION_BEGIN to implement steps 2 through 4 for most | 227 | /* Use MODULE_FUNCTION_BEGIN to implement steps 2 through 4 for most |
| 228 | environment functions. On error it will return its argument, which | 228 | environment functions. On error it will return its argument, which |
| 229 | should be a sentinel value. */ | 229 | can be a sentinel value. */ |
| 230 | 230 | ||
| 231 | #define MODULE_FUNCTION_BEGIN(error_retval) \ | 231 | #define MODULE_FUNCTION_BEGIN(error_retval) \ |
| 232 | MODULE_FUNCTION_BEGIN_NO_CATCH (error_retval); \ | 232 | MODULE_FUNCTION_BEGIN_NO_CATCH (error_retval); \ |