diff options
| author | Richard M. Stallman | 1994-09-10 20:06:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-10 20:06:02 +0000 |
| commit | 553ec0af48986a488a7bba4c8d9d350e1bd8f806 (patch) | |
| tree | a5479d86883e6a788802c722731aed74f871116a /src | |
| parent | 801332e491e4c89e0ca8cf10a290f37a88f393fa (diff) | |
| download | emacs-553ec0af48986a488a7bba4c8d9d350e1bd8f806.tar.gz emacs-553ec0af48986a488a7bba4c8d9d350e1bd8f806.zip | |
Comment fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 8a7badded72..ac7033544ac 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -6280,7 +6280,7 @@ Check the DISPLAY environment variable or use \"-d\"\n", | |||
| 6280 | change_keyboard_wait_descriptor (ConnectionNumber (x_current_display)); | 6280 | change_keyboard_wait_descriptor (ConnectionNumber (x_current_display)); |
| 6281 | change_input_fd (ConnectionNumber (x_current_display)); | 6281 | change_input_fd (ConnectionNumber (x_current_display)); |
| 6282 | 6282 | ||
| 6283 | #endif /* ! defined (HAVE_X11) */ | 6283 | #endif /* HAVE_X11 */ |
| 6284 | 6284 | ||
| 6285 | #ifndef F_SETOWN_BUG | 6285 | #ifndef F_SETOWN_BUG |
| 6286 | #ifdef F_SETOWN | 6286 | #ifdef F_SETOWN |