diff options
| author | Glenn Morris | 2012-06-21 16:07:26 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-06-21 16:07:26 -0400 |
| commit | 16905becc778ee654f18ed102402ff9967b523ba (patch) | |
| tree | 82bdc40e018b18e08b672cc0551e379da0330d48 /src | |
| parent | 63541ed8860c83b9c60847812848a4bd92d18bf6 (diff) | |
| download | emacs-16905becc778ee654f18ed102402ff9967b523ba.tar.gz emacs-16905becc778ee654f18ed102402ff9967b523ba.zip | |
Comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/charset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charset.c b/src/charset.c index 4e004f9634c..70cc4d1cdd9 100644 --- a/src/charset.c +++ b/src/charset.c | |||
| @@ -2306,7 +2306,7 @@ init_charset (void) | |||
| 2306 | { | 2306 | { |
| 2307 | /* This used to be non-fatal (dir_warning), but it should not | 2307 | /* This used to be non-fatal (dir_warning), but it should not |
| 2308 | happen, and if it does sooner or later it will cause some | 2308 | happen, and if it does sooner or later it will cause some |
| 2309 | obscure problem (eg bug#909), so better abort. */ | 2309 | obscure problem (eg bug#6401), so better abort. */ |
| 2310 | fprintf (stderr, "Error: charsets directory not found:\n\ | 2310 | fprintf (stderr, "Error: charsets directory not found:\n\ |
| 2311 | %s\n\ | 2311 | %s\n\ |
| 2312 | Emacs will not function correctly without the character map files.\n\ | 2312 | Emacs will not function correctly without the character map files.\n\ |