/[emacs]/emacs/src/coding.c
ViewVC logotype

Diff of /emacs/src/coding.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.232 by pj, Wed Nov 28 07:36:18 2001 UTC revision 1.233 by fx, Thu Nov 29 12:54:12 2001 UTC
# Line 4037  detect_coding_mask (source, src_bytes, p Line 4037  detect_coding_mask (source, src_bytes, p
4037                if (!iso2022_examined_p                if (!iso2022_examined_p
4038                    && (priorities[i] & try & CODING_CATEGORY_MASK_ISO))                    && (priorities[i] & try & CODING_CATEGORY_MASK_ISO))
4039                  {                  {
4040                    mask |= detect_coding_iso2022 (src, src_end);                    mask |= detect_coding_iso2022 (src, src_end, multibytep);
4041                    iso2022_examined_p = 1;                    iso2022_examined_p = 1;
4042                  }                  }
4043                else if (priorities[i] & try & CODING_CATEGORY_MASK_SJIS)                else if (priorities[i] & try & CODING_CATEGORY_MASK_SJIS)
# Line 7107  syms_of_coding () Line 7107  syms_of_coding ()
7107       But don't staticpro it here--that is done in alloc.c.  */       But don't staticpro it here--that is done in alloc.c.  */
7108    Qchar_table_extra_slots = intern ("char-table-extra-slots");    Qchar_table_extra_slots = intern ("char-table-extra-slots");
7109    Fput (Qsafe_chars, Qchar_table_extra_slots, make_number (0));    Fput (Qsafe_chars, Qchar_table_extra_slots, make_number (0));
7110    Fput (Qchar_coding_system, Qchar_table_extra_slots, make_number (1));    Fput (Qchar_coding_system, Qchar_table_extra_slots, make_number (2));
7111    
7112    Qvalid_codes = intern ("valid-codes");    Qvalid_codes = intern ("valid-codes");
7113    staticpro (&Qvalid_codes);    staticpro (&Qvalid_codes);
# Line 7226  the file contents. Line 7226  the file contents.
7226  If VAL is a cons of coding systems, the car part is used for decoding,  If VAL is a cons of coding systems, the car part is used for decoding,
7227  and the cdr part is used for encoding.  and the cdr part is used for encoding.
7228  If VAL is a function symbol, the function must return a coding system  If VAL is a function symbol, the function must return a coding system
7229  or a cons of coding systems which are used as above.  or a cons of coding systems which are used as above.  The function gets
7230    the arguments with which `find-operation-coding-systems' was called.
7231    
7232  See also the function `find-operation-coding-system'  See also the function `find-operation-coding-system'
7233  and the variable `auto-coding-alist'.  */);  and the variable `auto-coding-alist'.  */);

Legend:
Removed from v.1.232  
changed lines
  Added in v.1.233

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26