1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-15 03:11:54 -07:00

(Fbyte_code) <Bsave_current_buffer_1>: Use set_buffer_if_live.

This commit is contained in:
Richard M. Stallman 1998-01-21 21:41:27 +00:00
parent cb5e5f74c4
commit de404585f8

View file

@ -578,7 +578,7 @@ If the third argument is incorrect, Emacs may crash.")
case Bsave_current_buffer:
case Bsave_current_buffer_1:
record_unwind_protect (Fset_buffer, Fcurrent_buffer ());
record_unwind_protect (set_buffer_if_live, Fcurrent_buffer ());
break;
case Bsave_window_excursion: