diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 6eb7f50c6fc..8a1d83dc8e6 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -27066,7 +27066,7 @@ note_mode_line_or_margin_highlight (Lisp_Object window, int x, int y, | |||
| 27066 | if (STRINGP (string)) | 27066 | if (STRINGP (string)) |
| 27067 | help = Fget_text_property (pos, Qhelp_echo, string); | 27067 | help = Fget_text_property (pos, Qhelp_echo, string); |
| 27068 | 27068 | ||
| 27069 | if (STRINGP (help)) | 27069 | if (!NILP (help)) |
| 27070 | { | 27070 | { |
| 27071 | help_echo_string = help; | 27071 | help_echo_string = help; |
| 27072 | XSETWINDOW (help_echo_window, w); | 27072 | XSETWINDOW (help_echo_window, w); |