diff options
| author | Pavel Janík | 2001-10-21 13:28:46 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-10-21 13:28:46 +0000 |
| commit | 888ebd132e5d888159bcf2667844d54782cbd11e (patch) | |
| tree | 0f69720c3fbd7bb3ac7c1fac9b12bb409dc08dba /src | |
| parent | 72830e8a041dfdff63394ad9598684f99614ef31 (diff) | |
| download | emacs-888ebd132e5d888159bcf2667844d54782cbd11e.tar.gz emacs-888ebd132e5d888159bcf2667844d54782cbd11e.zip | |
(Finsert_file_contents): Remove unused variable `gap_size'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 | ||||
| -rw-r--r-- | src/fileio.c | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 24b5c9618ea..1e58b8a5b1e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2001-10-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 1 | 2001-10-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 2 | ||
| 3 | * fileio.c (Finsert_file_contents): Remove unused variable | ||
| 4 | `gap_size'. | ||
| 5 | |||
| 3 | * sysdep.c (init_sys_modes): Change doc-string comments to `new | 6 | * sysdep.c (init_sys_modes): Change doc-string comments to `new |
| 4 | style' [w/`doc:' keyword]. | 7 | style' [w/`doc:' keyword]. |
| 5 | 8 | ||
diff --git a/src/fileio.c b/src/fileio.c index e48dbe65720..7621559e4cd 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -3516,7 +3516,6 @@ actually used. */) | |||
| 3516 | int replace_handled = 0; | 3516 | int replace_handled = 0; |
| 3517 | int set_coding_system = 0; | 3517 | int set_coding_system = 0; |
| 3518 | int coding_system_decided = 0; | 3518 | int coding_system_decided = 0; |
| 3519 | int gap_size; | ||
| 3520 | int read_quit = 0; | 3519 | int read_quit = 0; |
| 3521 | 3520 | ||
| 3522 | if (current_buffer->base_buffer && ! NILP (visit)) | 3521 | if (current_buffer->base_buffer && ! NILP (visit)) |