diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 6b9b9afb47c..bf592fa7c4d 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -260,7 +260,8 @@ report_file_error (string, data) | |||
| 260 | break; | 260 | break; |
| 261 | default: | 261 | default: |
| 262 | /* System error messages are capitalized. Downcase the initial | 262 | /* System error messages are capitalized. Downcase the initial |
| 263 | unless it is followed by a slash. */ | 263 | unless it is followed by a slash. (The slash case caters to |
| 264 | error messages that begin with "I/O" or, in German, "E/A".) */ | ||
| 264 | if (STRING_MULTIBYTE (errstring) | 265 | if (STRING_MULTIBYTE (errstring) |
| 265 | && ! EQ (Faref (errstring, make_number (1)), make_number ('/'))) | 266 | && ! EQ (Faref (errstring, make_number (1)), make_number ('/'))) |
| 266 | { | 267 | { |