1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-19 14:41:11 -08:00

* src/editfns.c (styled_format): Fix typo in previous change.

This commit is contained in:
Paul Eggert 2017-09-26 17:15:56 -07:00
parent 0e82fa3416
commit a3f647c5c8

View file

@ -4384,7 +4384,6 @@ styled_format (ptrdiff_t nargs, Lisp_Object *args, bool message,
multibyte = true;
goto retry;
}
new_result = false;
}
conversion = 's';
}