]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/textconv.c (Fset_text_conversion_style): Fix typo.
authorPo Lu <luangruo@yahoo.com>
Sat, 19 Aug 2023 05:37:55 +0000 (13:37 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 19 Aug 2023 05:37:55 +0000 (13:37 +0800)
src/textconv.c

index a4de991ef026baf6edb6c32b4f6a37aae2932316..590292013db68ed6f39414094b67f7d99a67f86e 100644 (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);