]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fdefine_charset): Call Fupdate_coding_systems_internal.
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Dec 2001 19:38:18 +0000 (19:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Dec 2001 19:38:18 +0000 (19:38 +0000)
src/charset.c

index 2d5c3b75c81a873fe4ed438e05919c8ee3dbc4cf..5ff3be8c9a4802efd134e20016d7a003ba4846bf 100644 (file)
@@ -708,6 +708,7 @@ DESCRIPTION (string) is the description string of the charset.  */)
   Fput (charset_symbol, Qcharset, CHARSET_TABLE_ENTRY (XINT (charset_id)));
   CHARSET_SYMBOL (XINT (charset_id)) = charset_symbol;
   Vcharset_list = Fcons (charset_symbol, Vcharset_list);
+  Fupdate_coding_systems_internal ();
   return Qnil;
 }