diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 56da6ed040a..4c75970f241 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -517,6 +517,7 @@ static int message_cleared_p; | |||
| 517 | selected. Zero means there's no cursor in such windows. */ | 517 | selected. Zero means there's no cursor in such windows. */ |
| 518 | 518 | ||
| 519 | int cursor_in_non_selected_windows; | 519 | int cursor_in_non_selected_windows; |
| 520 | Lisp_Object Qcursor_in_non_selected_windows; | ||
| 520 | 521 | ||
| 521 | /* A scratch glyph row with contents used for generating truncation | 522 | /* A scratch glyph row with contents used for generating truncation |
| 522 | glyphs. Also used in direct_output_for_insert. */ | 523 | glyphs. Also used in direct_output_for_insert. */ |
| @@ -14655,6 +14656,8 @@ syms_of_xdisp () | |||
| 14655 | staticpro (&Qimage); | 14656 | staticpro (&Qimage); |
| 14656 | Qmessage_truncate_lines = intern ("message-truncate-lines"); | 14657 | Qmessage_truncate_lines = intern ("message-truncate-lines"); |
| 14657 | staticpro (&Qmessage_truncate_lines); | 14658 | staticpro (&Qmessage_truncate_lines); |
| 14659 | Qcursor_in_non_selected_windows = intern ("cursor-in-non-selected-windows"); | ||
| 14660 | staticpro (&Qcursor_in_non_selected_windows); | ||
| 14658 | Qgrow_only = intern ("grow-only"); | 14661 | Qgrow_only = intern ("grow-only"); |
| 14659 | staticpro (&Qgrow_only); | 14662 | staticpro (&Qgrow_only); |
| 14660 | Qinhibit_menubar_update = intern ("inhibit-menubar-update"); | 14663 | Qinhibit_menubar_update = intern ("inhibit-menubar-update"); |