/[emacs]/emacs/src/dosfns.c
ViewVC logotype

Diff of /emacs/src/dosfns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.32 by pj, Fri Nov 2 20:23:06 2001 UTC revision 1.33 by eliz, Sun Dec 9 19:45:41 2001 UTC
# Line 600  Implicitly modified when the TZ variable Line 600  Implicitly modified when the TZ variable
600  #endif  #endif
601    
602    DEFVAR_LISP ("dos-display-scancodes", &Vdos_display_scancodes,    DEFVAR_LISP ("dos-display-scancodes", &Vdos_display_scancodes,
603      "*When non-nil, the keyboard scan-codes are displayed at the bottom right\n\      "*Controls whether DOS raw keyboard events are displayed as you type.\n\
604    When non-nil, the keyboard scan-codes are displayed at the bottom right\n\
605  corner of the display (typically at the end of the mode line).\n\  corner of the display (typically at the end of the mode line).\n\
606  The output format is: scan code:char code*modifiers.");  The output format is: scan code:char code*modifiers.");
607    Vdos_display_scancodes = Qnil;    Vdos_display_scancodes = Qnil;
# Line 645  Use msdos-set-keyboard to select another Line 646  Use msdos-set-keyboard to select another
646    dos_keyboard_layout = 1;      /* US */    dos_keyboard_layout = 1;      /* US */
647        
648    DEFVAR_INT ("dos-decimal-point", &dos_decimal_point,    DEFVAR_INT ("dos-decimal-point", &dos_decimal_point,
649      "If non-zero, it contains the character to be returned when the\n\      "The character to produce when kp-decimal key is pressed.\n\
650    If non-zero, this variable contains the character to be returned when the\n\
651  decimal point key in the numeric keypad is pressed when Num Lock is on.\n\  decimal point key in the numeric keypad is pressed when Num Lock is on.\n\
652  If zero, the decimal point key returns the country code specific value.");  If zero, the decimal point key returns the country code specific value.");
653    dos_decimal_point = 0;    dos_decimal_point = 0;

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26