emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/coding.c


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/coding.c
Date: Thu, 08 May 2003 13:49:06 -0400

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.276 emacs/src/coding.c:1.277
*** emacs/src/coding.c:1.276    Thu May  1 00:34:57 2003
--- emacs/src/coding.c  Thu May  8 13:49:05 2003
***************
*** 6509,6515 ****
            prev = tail;
          else
            {
!             /* Exclued this coding system from SAFE_CODINGS.  */
              if (EQ (tail, safe_codings))
                safe_codings = XCDR (safe_codings);
              else
--- 6509,6515 ----
            prev = tail;
          else
            {
!             /* Exclude this coding system from SAFE_CODINGS.  */
              if (EQ (tail, safe_codings))
                safe_codings = XCDR (safe_codings);
              else
***************
*** 7553,7559 ****
    Vcoding_system_for_write = Qnil;
  
    DEFVAR_LISP ("last-coding-system-used", &Vlast_coding_system_used,
!              doc: /* Coding system used in the latest file or process I/O.  
*/);
    Vlast_coding_system_used = Qnil;
  
    DEFVAR_BOOL ("inhibit-eol-conversion", &inhibit_eol_conversion,
--- 7553,7561 ----
    Vcoding_system_for_write = Qnil;
  
    DEFVAR_LISP ("last-coding-system-used", &Vlast_coding_system_used,
!              doc: /* Coding system used in the latest file or process I/O.
! Also set by `encode-coding-region', `decode-coding-region',
! `encode-coding-string' and `decode-coding-string'.  */);
    Vlast_coding_system_used = Qnil;
  
    DEFVAR_BOOL ("inhibit-eol-conversion", &inhibit_eol_conversion,




reply via email to

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