Mercurial > hg > xemacs-beta
comparison src/console.c @ 404:2f8bb876ab1d r21-2-32
Import from CVS: tag r21-2-32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:16:07 +0200 |
parents | a86b2b5e0111 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
403:9f011ab08d48 | 404:2f8bb876ab1d |
---|---|
1408 #endif | 1408 #endif |
1409 | 1409 |
1410 /* While this should be const it can't be because some things | 1410 /* While this should be const it can't be because some things |
1411 (i.e. edebug) do manipulate it. */ | 1411 (i.e. edebug) do manipulate it. */ |
1412 DEFVAR_CONSOLE_LOCAL ("defining-kbd-macro", defining_kbd_macro /* | 1412 DEFVAR_CONSOLE_LOCAL ("defining-kbd-macro", defining_kbd_macro /* |
1413 Non-nil while a console macro is being defined. Don't set this! | 1413 Non-nil while a keyboard macro is being defined. Don't set this! |
1414 */ ); | 1414 */ ); |
1415 | 1415 |
1416 DEFVAR_CONSOLE_LOCAL ("last-kbd-macro", last_kbd_macro /* | 1416 DEFVAR_CONSOLE_LOCAL ("last-kbd-macro", last_kbd_macro /* |
1417 Last kbd macro defined, as a vector of events; nil if none defined. | 1417 Last keyboard macro defined, as a vector of events; nil if none defined. |
1418 */ ); | 1418 */ ); |
1419 | 1419 |
1420 DEFVAR_CONSOLE_LOCAL ("prefix-arg", prefix_arg /* | 1420 DEFVAR_CONSOLE_LOCAL ("prefix-arg", prefix_arg /* |
1421 The value of the prefix argument for the next editing command. | 1421 The value of the prefix argument for the next editing command. |
1422 It may be a number, or the symbol `-' for just a minus sign as arg, | 1422 It may be a number, or the symbol `-' for just a minus sign as arg, |