diff options
author | Glenn Morris <rgm@gnu.org> | 2012-06-21 16:07:26 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-06-21 16:07:26 -0400 |
commit | 16905becc778ee654f18ed102402ff9967b523ba (patch) | |
tree | 82bdc40e018b18e08b672cc0551e379da0330d48 /src/charset.c | |
parent | 63541ed8860c83b9c60847812848a4bd92d18bf6 (diff) | |
download | emacs-16905becc778ee654f18ed102402ff9967b523ba.tar.gz |
Comment
Diffstat (limited to 'src/charset.c')
-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) { /* This used to be non-fatal (dir_warning), but it should not happen, and if it does sooner or later it will cause some - obscure problem (eg bug#909), so better abort. */ + obscure problem (eg bug#6401), so better abort. */ fprintf (stderr, "Error: charsets directory not found:\n\ %s\n\ Emacs will not function correctly without the character map files.\n\ |