diff options
Diffstat (limited to 'src/editfns.c')
-rw-r--r-- | src/editfns.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/editfns.c b/src/editfns.c index 88dfba1f910..efe83e811ba 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -3531,8 +3531,7 @@ Both characters must have the same length of multi-byte form. */) update_compositions (changed, last_changed, CHECK_ALL); } - unbind_to (count, Qnil); - return Qnil; + return unbind_to (count, Qnil); } |