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:
parent
cb5e5f74c4
commit
de404585f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue