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 4dac185ac81..537b7f4d10d 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -3745,7 +3745,7 @@ actually used. */) | |||
| 3745 | int set_coding_system = 0; | 3745 | int set_coding_system = 0; |
| 3746 | int coding_system_decided = 0; | 3746 | int coding_system_decided = 0; |
| 3747 | int read_quit = 0; | 3747 | int read_quit = 0; |
| 3748 | int old_Vdeactivate_mark = Vdeactivate_mark; | 3748 | Lisp_Object old_Vdeactivate_mark = Vdeactivate_mark; |
| 3749 | int we_locked_file = 0; | 3749 | int we_locked_file = 0; |
| 3750 | 3750 | ||
| 3751 | if (current_buffer->base_buffer && ! NILP (visit)) | 3751 | if (current_buffer->base_buffer && ! NILP (visit)) |