/[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.276 by handa, Thu May 1 04:34:57 2003 UTC revision 1.277 by fx, Thu May 8 17:49:05 2003 UTC
# Line 6509  find_safe_codings (p, pend, safe_codings Line 6509  find_safe_codings (p, pend, safe_codings
6509              prev = tail;              prev = tail;
6510            else            else
6511              {              {
6512                /* Exclued this coding system from SAFE_CODINGS.  */                /* Exclude this coding system from SAFE_CODINGS.  */
6513                if (EQ (tail, safe_codings))                if (EQ (tail, safe_codings))
6514                  safe_codings = XCDR (safe_codings);                  safe_codings = XCDR (safe_codings);
6515                else                else
# Line 7553  the value of `buffer-file-coding-system' Line 7553  the value of `buffer-file-coding-system'
7553    Vcoding_system_for_write = Qnil;    Vcoding_system_for_write = Qnil;
7554    
7555    DEFVAR_LISP ("last-coding-system-used", &Vlast_coding_system_used,    DEFVAR_LISP ("last-coding-system-used", &Vlast_coding_system_used,
7556                 doc: /* Coding system used in the latest file or process I/O.  */);                 doc: /* Coding system used in the latest file or process I/O.
7557    Also set by `encode-coding-region', `decode-coding-region',
7558    `encode-coding-string' and `decode-coding-string'.  */);
7559    Vlast_coding_system_used = Qnil;    Vlast_coding_system_used = Qnil;
7560    
7561    DEFVAR_BOOL ("inhibit-eol-conversion", &inhibit_eol_conversion,    DEFVAR_BOOL ("inhibit-eol-conversion", &inhibit_eol_conversion,

Legend:
Removed from v.1.276  
changed lines
  Added in v.1.277

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