diff options
Diffstat (limited to 'lib-src/emacstool.c')
| -rw-r--r-- | lib-src/emacstool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacstool.c b/lib-src/emacstool.c index 1312dd912fc..80381643c2a 100644 --- a/lib-src/emacstool.c +++ b/lib-src/emacstool.c | |||
| @@ -65,7 +65,7 @@ | |||
| 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 |