diff options
| author | Richard M. Stallman | 2005-12-11 05:08:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-12-11 05:08:18 +0000 |
| commit | 83c1cf6df60d815df782092b8bb8c6de0b8e775d (patch) | |
| tree | 148156af486284337a9005b62dfb420dfcbd01c0 /src | |
| parent | 7c0ab7d9e44fadf98b42e5dd8bc04211cf4fcb2f (diff) | |
| download | emacs-83c1cf6df60d815df782092b8bb8c6de0b8e775d.tar.gz emacs-83c1cf6df60d815df782092b8bb8c6de0b8e775d.zip | |
(Finsert_file_contents): Set Vdeactivate_mark when we change the buffer.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c index c62ddd36767..fb56c62b78a 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -4554,6 +4554,8 @@ actually used. */) | |||
| 4554 | #endif | 4554 | #endif |
| 4555 | Vdeactivate_mark = old_Vdeactivate_mark; | 4555 | Vdeactivate_mark = old_Vdeactivate_mark; |
| 4556 | } | 4556 | } |
| 4557 | else | ||
| 4558 | Vdeactivate_mark = Qt; | ||
| 4557 | 4559 | ||
| 4558 | /* Make the text read part of the buffer. */ | 4560 | /* Make the text read part of the buffer. */ |
| 4559 | GAP_SIZE -= inserted; | 4561 | GAP_SIZE -= inserted; |