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 [emacs-unicode-2]


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/coding.c [emacs-unicode-2]
Date: Tue, 12 Oct 2004 22:48:12 -0400

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.289.2.39 emacs/src/coding.c:1.289.2.40
*** emacs/src/coding.c:1.289.2.39       Tue Oct 12 02:40:21 2004
--- emacs/src/coding.c  Wed Oct 13 02:40:30 2004
***************
*** 3799,3805 ****
              /* Not yet implemented.  */
              break;
            case CODING_ANNOTATE_CHARSET_MASK:
!             preferred_charset_id = charbuf[3];
              if (preferred_charset_id >= 0
                  && NILP (Fmemq (make_number (preferred_charset_id),
                                  charset_list)))
--- 3799,3805 ----
              /* Not yet implemented.  */
              break;
            case CODING_ANNOTATE_CHARSET_MASK:
!             preferred_charset_id = charbuf[2];
              if (preferred_charset_id >= 0
                  && NILP (Fmemq (make_number (preferred_charset_id),
                                  charset_list)))




reply via email to

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