aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 14837372d34..244c1851fab 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1696,7 +1696,7 @@ cleaning up all windows currently displaying the buffer to be killed. */)
1696 { 1696 {
1697 ptrdiff_t count = SPECPDL_INDEX (); 1697 ptrdiff_t count = SPECPDL_INDEX ();
1698 1698
1699 record_unwind_protect (save_excursion_restore, save_excursion_save ()); 1699 record_unwind_protect_excursion ();
1700 set_buffer_internal (b); 1700 set_buffer_internal (b);
1701 1701
1702 /* First run the query functions; if any query is answered no, 1702 /* First run the query functions; if any query is answered no,