diff options
| author | Jim Blandy | 1993-06-09 11:59:12 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-09 11:59:12 +0000 |
| commit | eb8c3be94e12644f506b8857e49ffef88046bb0b (patch) | |
| tree | 505c4ea5ae59214e4d6e749047d160c98191c9d2 /src/sunfns.c | |
| parent | 16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff) | |
| download | emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip | |
Apply typo patches from Paul Eggert.
Diffstat (limited to 'src/sunfns.c')
| -rw-r--r-- | src/sunfns.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sunfns.c b/src/sunfns.c index 5fcf6f6cf0b..45c0d6deb90 100644 --- a/src/sunfns.c +++ b/src/sunfns.c | |||
| @@ -85,7 +85,7 @@ static mpr_static(ArrowCursorMpr, 16, 16, 1, ArrowCursorData); | |||
| 85 | struct cursor DefaultCursor = {15, 0, PIX_SRC ^ PIX_DST, &ArrowCursorMpr}; | 85 | struct cursor DefaultCursor = {15, 0, PIX_SRC ^ PIX_DST, &ArrowCursorMpr}; |
| 86 | 86 | ||
| 87 | #else | 87 | #else |
| 88 | /* The default left-arror cursor, with XOR drawing. */ | 88 | /* The default left-arrow cursor, with XOR drawing. */ |
| 89 | static short ArrowCursorData[16] = { | 89 | static short ArrowCursorData[16] = { |
| 90 | 0x8000,0xC000,0xE000,0xF000,0xF800,0xFC00,0xFE00,0xF000, | 90 | 0x8000,0xC000,0xE000,0xF000,0xF800,0xFC00,0xFE00,0xF000, |
| 91 | 0xD800,0x9800,0x0C00,0x0C00,0x0600,0x0600,0x0300,0x0300}; | 91 | 0xD800,0x9800,0x0C00,0x0C00,0x0600,0x0600,0x0300,0x0300}; |
| @@ -291,7 +291,7 @@ sel_read (sel, file) | |||
| 291 | return(-1); | 291 | return(-1); |
| 292 | } | 292 | } |
| 293 | /* | 293 | /* |
| 294 | * The shelltool select saves newlines as carrige returns, | 294 | * The shelltool select saves newlines as carriage returns, |
| 295 | * but emacs wants newlines. | 295 | * but emacs wants newlines. |
| 296 | */ | 296 | */ |
| 297 | for (i = 0; i < n; i++) | 297 | for (i = 0; i < n; i++) |