diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 9d7d8fa8fac..12750661d2d 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1184,6 +1184,7 @@ extern Lisp_Object apply1 (), call0 (), call1 (), call2 (), call3 (); | |||
| 1184 | extern Lisp_Object apply_lambda (); | 1184 | extern Lisp_Object apply_lambda (); |
| 1185 | extern Lisp_Object internal_catch (); | 1185 | extern Lisp_Object internal_catch (); |
| 1186 | extern Lisp_Object internal_condition_case (); | 1186 | extern Lisp_Object internal_condition_case (); |
| 1187 | extern Lisp_Object internal_condition_case_1 (); | ||
| 1187 | extern Lisp_Object unbind_to (); | 1188 | extern Lisp_Object unbind_to (); |
| 1188 | extern void error (); | 1189 | extern void error (); |
| 1189 | extern Lisp_Object un_autoload (); | 1190 | extern Lisp_Object un_autoload (); |