Mercurial > hg > xemacs-beta
comparison src/conslots.h @ 380:8626e4521993 r21-2-5
Import from CVS: tag r21-2-5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:07:10 +0200 |
parents | 405dd6d1825b |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
379:76b7d63099ad | 380:8626e4521993 |
---|---|
44 MARKED_SLOT (selected_device); | 44 MARKED_SLOT (selected_device); |
45 | 45 |
46 /* Most-recently-selected non-minibuffer-only frame. Always | 46 /* Most-recently-selected non-minibuffer-only frame. Always |
47 the same as the selected frame, unless that's a minibuffer-only | 47 the same as the selected frame, unless that's a minibuffer-only |
48 frame. */ | 48 frame. */ |
49 MARKED_SLOT (_last_nonminibuf_frame); | 49 MARKED_SLOT (last_nonminibuf_frame); |
50 | 50 |
51 /* If non-nil, a keymap that overrides all others but applies only to | 51 /* If non-nil, a keymap that overrides all others but applies only to |
52 this console. Lisp code that uses this instead of calling next-event | 52 this console. Lisp code that uses this instead of calling next-event |
53 can effectively wait for input in the any-console state, and hence | 53 can effectively wait for input in the any-console state, and hence |
54 avoid blocking out the other consoles. See universal-argument in | 54 avoid blocking out the other consoles. See universal-argument in |