aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c
index fa6881c35b3..698abeadae8 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -402,7 +402,7 @@ Executes BODY just like `progn'.")
402 register Lisp_Object val; 402 register Lisp_Object val;
403 int count = specpdl_ptr - specpdl; 403 int count = specpdl_ptr - specpdl;
404 404
405 record_unwind_protect (Fset_buffer, Fcurrent_buffer ()); 405 record_unwind_protect (set_buffer_if_live, Fcurrent_buffer ());
406 406
407 val = Fprogn (args); 407 val = Fprogn (args);
408 return unbind_to (count, val); 408 return unbind_to (count, val);