Mercurial > emacs
changeset 42162:478d5ff60075
(Fdefine_charset): Call Fupdate_coding_systems_internal.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 18 Dec 2001 19:38:18 +0000 |
parents | 18516f8e5cff |
children | 126eaf6fdbcf |
files | src/charset.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/charset.c Tue Dec 18 19:37:37 2001 +0000 +++ b/src/charset.c Tue Dec 18 19:38:18 2001 +0000 @@ -708,6 +708,7 @@ 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; }