diff options
Diffstat (limited to 'src/fileio.c')
| -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 4a22cc0a59e..813c3033d67 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -3750,7 +3750,7 @@ actually used. */) | |||
| 3750 | int set_coding_system = 0; | 3750 | int set_coding_system = 0; |
| 3751 | Lisp_Object coding_system; | 3751 | Lisp_Object coding_system; |
| 3752 | int read_quit = 0; | 3752 | int read_quit = 0; |
| 3753 | int old_Vdeactivate_mark = Vdeactivate_mark; | 3753 | Lisp_Object old_Vdeactivate_mark = Vdeactivate_mark; |
| 3754 | int we_locked_file = 0; | 3754 | int we_locked_file = 0; |
| 3755 | 3755 | ||
| 3756 | if (current_buffer->base_buffer && ! NILP (visit)) | 3756 | if (current_buffer->base_buffer && ! NILP (visit)) |