diff options
-rw-r--r-- | src/editfns.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index ef0374199cc..e326604467c 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -4384,7 +4384,6 @@ styled_format (ptrdiff_t nargs, Lisp_Object *args, bool message, multibyte = true; goto retry; } - new_result = false; } conversion = 's'; } |