diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 4d477b19c8e..50c9662eea3 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -231,7 +231,7 @@ Lisp_Object Qfile_name_history; | |||
| 231 | Lisp_Object Qcar_less_than_car; | 231 | Lisp_Object Qcar_less_than_car; |
| 232 | 232 | ||
| 233 | static int a_write P_ ((int, char *, int, int, | 233 | static int a_write P_ ((int, char *, int, int, |
| 234 | Lisp_Object, struct coding_system *)); | 234 | Lisp_Object *, struct coding_system *)); |
| 235 | static int e_write P_ ((int, char *, int, struct coding_system *)); | 235 | static int e_write P_ ((int, char *, int, struct coding_system *)); |
| 236 | 236 | ||
| 237 | void | 237 | void |