aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c1
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,
4384 multibyte = true; 4384 multibyte = true;
4385 goto retry; 4385 goto retry;
4386 } 4386 }
4387 new_result = false;
4388 } 4387 }
4389 conversion = 's'; 4388 conversion = 's';
4390 } 4389 }