diff options
| author | Richard M. Stallman | 2001-11-05 00:13:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-05 00:13:37 +0000 |
| commit | af79bccb0d100204a6486c44254a0af9bf6b04e3 (patch) | |
| tree | d397717efad78b4f08183caeb5e0062371efa00c /src | |
| parent | 79aa712d49fb1628fcee1b7e155ab3a030619bf9 (diff) | |
| download | emacs-af79bccb0d100204a6486c44254a0af9bf6b04e3.tar.gz emacs-af79bccb0d100204a6486c44254a0af9bf6b04e3.zip | |
(Qcursor_in_non_selected_windows): New variable.
(syms_of_xdisp): Initialize it.
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"); |