emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/src coding.c


From: Kenichi Handa
Subject: [Emacs-commit] emacs/src coding.c
Date: Mon, 17 Mar 2003 23:26:17 -0500

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <address@hidden>  03/03/17 23:26:15

Modified files:
        src            : coding.c 

Log message:
        (Vchar_coding_system_table): Remove this variable.
        (Vcoding_system_safe_chars): New variable.
        (intersection): Remove this function.
        (find_safe_codings): Don't use Vchar_coding_system_table, but try
        all codings in SAFE_CODINGS.
        (Ffind_coding_systems_region_internal): Adjusted for the change of
        find_safe_codings.  Get generic coding systems from
        Vcoding_system_safe_chars.
        (Fdefine_coding_system_internal): New function.
        (syms_of_coding): Defsubr Sdefine_coding_system_internal.
        Initialize and staticpro Vcoding_system_safe_chars.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/src/coding.c.diff?tr1=1.271&tr2=1.272&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]