; * src/textconv.c (Fset_text_conversion_style): Fix typo.
This commit is contained in:
parent
2effd18c97
commit
b57a648648
1 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue