diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h index 8efdd8daa08..66b85c7679d 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1135,7 +1135,7 @@ extern Lisp_Object save_excursion_restore (), save_restriction_restore (); | |||
| 1135 | extern Lisp_Object Fchar_to_string (); | 1135 | extern Lisp_Object Fchar_to_string (); |
| 1136 | 1136 | ||
| 1137 | /* defined in buffer.c */ | 1137 | /* defined in buffer.c */ |
| 1138 | extern Lisp_Object Vbuffer_alist; | 1138 | extern Lisp_Object Vbuffer_alist, Vinhibit_read_only; |
| 1139 | extern Lisp_Object Fget_buffer (), Fget_buffer_create (), Fset_buffer (); | 1139 | extern Lisp_Object Fget_buffer (), Fget_buffer_create (), Fset_buffer (); |
| 1140 | extern Lisp_Object Fbarf_if_buffer_read_only (); | 1140 | extern Lisp_Object Fbarf_if_buffer_read_only (); |
| 1141 | extern Lisp_Object Fcurrent_buffer (), Fswitch_to_buffer (), Fpop_to_buffer (); | 1141 | extern Lisp_Object Fcurrent_buffer (), Fswitch_to_buffer (), Fpop_to_buffer (); |
| @@ -1295,7 +1295,6 @@ extern int immediate_quit; /* Nonzero means ^G can quit instantly */ | |||
| 1295 | 1295 | ||
| 1296 | extern void debugger (); | 1296 | extern void debugger (); |
| 1297 | 1297 | ||
| 1298 | extern void *malloc (), *realloc (); | ||
| 1299 | extern char *getenv (), *ctime (), *getwd (); | 1298 | extern char *getenv (), *ctime (), *getwd (); |
| 1300 | extern long *xmalloc (), *xrealloc (); | 1299 | extern long *xmalloc (), *xrealloc (); |
| 1301 | extern void xfree (); | 1300 | extern void xfree (); |