comparison lib-src/emacstool.c @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents 1616777eaae5
children 617c0b6a50c0
comparison
equal deleted inserted replaced
3590:d5f22061277d 3591:507f64624555
63 #define BUFFER_SIZE 128 /* Size of all the buffers */ 63 #define BUFFER_SIZE 128 /* Size of all the buffers */
64 64
65 /* define WANT_CAPS_LOCK to make f-key T1 (aka F1) behave as CapsLock */ 65 /* define WANT_CAPS_LOCK to make f-key T1 (aka F1) behave as CapsLock */
66 #define WANT_CAPS_LOCK 66 #define WANT_CAPS_LOCK
67 #ifdef WANT_CAPS_LOCK 67 #ifdef WANT_CAPS_LOCK
68 int caps_lock; /* toggle indicater for f-key T1 caps lock */ 68 int caps_lock; /* toggle indicator for f-key T1 caps lock */
69 static char *Caps = "[CAPS] "; /* Caps Lock prefix string */ 69 static char *Caps = "[CAPS] "; /* Caps Lock prefix string */
70 #define CAPS_LEN 7 /* strlen (Caps) */ 70 #define CAPS_LEN 7 /* strlen (Caps) */
71 #endif 71 #endif
72 72
73 static char *mouse_prefix = "\030\000"; /* C-x C-@ */ 73 static char *mouse_prefix = "\030\000"; /* C-x C-@ */