; * src/textconv.c (Fset_text_conversion_style): Fix typo.

This commit is contained in:
Po Lu 2023-08-19 13:37:55 +08:00
parent 2effd18c97
commit b57a648648

View file

@ -2137,11 +2137,11 @@ replacement key sequence returned starts a new key sequence and makes
if (WINDOW_LIVE_P (f->old_selected_window)
&& FRAME_WINDOW_P (f)
&& EQ (XWINDOW (f->old_selected_window)->contents,
buffer)
/* Always reset the text conversion style of the
selected frame. */
|| (f == SELECTED_FRAME ()))
&& (EQ (XWINDOW (f->old_selected_window)->contents,
buffer)
/* Always reset the text conversion style of the
selected frame. */
|| (f == SELECTED_FRAME ())))
{
block_input ();
reset_frame_state (f);