diff options
| author | Juanma Barranquero | 2003-01-22 16:14:48 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-01-22 16:14:48 +0000 |
| commit | 9ccf54e9a31ae6fdd912adb02d02cac9923911d8 (patch) | |
| tree | b1cb90935a04fa1bfc29360caf8b3c00f771a6c1 /src | |
| parent | c702ed73437a452323b8e4c47377d1e7b7587575 (diff) | |
| download | emacs-9ccf54e9a31ae6fdd912adb02d02cac9923911d8.tar.gz emacs-9ccf54e9a31ae6fdd912adb02d02cac9923911d8.zip | |
Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/msdos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msdos.c b/src/msdos.c index 2b9a10dbda5..6dc235e67ba 100644 --- a/src/msdos.c +++ b/src/msdos.c | |||
| @@ -414,7 +414,7 @@ extern int unibyte_display_via_language_environment; | |||
| 414 | 414 | ||
| 415 | Lisp_Object Qbar, Qhbar; | 415 | Lisp_Object Qbar, Qhbar; |
| 416 | 416 | ||
| 417 | /* The screen colors of the curent frame, which serve as the default | 417 | /* The screen colors of the current frame, which serve as the default |
| 418 | colors for newly-created frames. */ | 418 | colors for newly-created frames. */ |
| 419 | static int initial_screen_colors[2]; | 419 | static int initial_screen_colors[2]; |
| 420 | 420 | ||