]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix MS-Windows build broken by a recent commit
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 Apr 2019 07:43:05 +0000 (10:43 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Apr 2019 07:43:05 +0000 (10:43 +0300)
* src/w32term.c (w32_new_focus_frame): Fix a typo in a recent
commit.

src/w32term.c

index 3811585d0f6a9fdd58707b470795928bdadbb6ba..451dd54dd8a755239bc436f3bfb777b9ee94e96c 100644 (file)
@@ -2940,7 +2940,7 @@ w32_new_focus_frame (struct w32_display_info *dpyinfo, struct frame *frame)
        dpyinfo->w32_pending_autoraise_frame = NULL;
     }
 
-  w32_reframe_highlight_1 (dpyinfo);
+  w32_frame_rehighlight_1 (dpyinfo);
 }