diff options
| author | Richard M. Stallman | 1998-01-01 08:41:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-01-01 08:41:38 +0000 |
| commit | b90132005ab2690947c20738409c8edcb52abbec (patch) | |
| tree | 460db7ee606ba221893a090c1e6fe00f48bff715 /src | |
| parent | 4ed24bf3a77613f183b03f51f96e30271eec4561 (diff) | |
| download | emacs-b90132005ab2690947c20738409c8edcb52abbec.tar.gz emacs-b90132005ab2690947c20738409c8edcb52abbec.zip | |
(a_write): Fix prototype.
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 |