projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9921b78
)
Fix MS-Windows build broken by a recent commit
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 27 Apr 2019 07:43:05 +0000
(10:43 +0300)
committer
Eli 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
patch
|
blob
|
history
diff --git
a/src/w32term.c
b/src/w32term.c
index 3811585d0f6a9fdd58707b470795928bdadbb6ba..451dd54dd8a755239bc436f3bfb777b9ee94e96c 100644
(file)
--- a/
src/w32term.c
+++ b/
src/w32term.c
@@
-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_re
highlight_1 (dpyinfo);
}