diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index f654d87e14a..2c6ff01ea43 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -5656,7 +5656,7 @@ scroll_command (Lisp_Object window, Lisp_Object n, int direction) | |||
| 5656 | the moment. But don't screw up if window_scroll gets an error. */ | 5656 | the moment. But don't screw up if window_scroll gets an error. */ |
| 5657 | if (XBUFFER (w->contents) != current_buffer) | 5657 | if (XBUFFER (w->contents) != current_buffer) |
| 5658 | { | 5658 | { |
| 5659 | record_unwind_protect (save_excursion_restore, save_excursion_save ()); | 5659 | record_unwind_protect_excursion (); |
| 5660 | Fset_buffer (w->contents); | 5660 | Fset_buffer (w->contents); |
| 5661 | } | 5661 | } |
| 5662 | 5662 | ||