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: Gerd Moellmann
Subject: [Emacs-diffs] Changes to emacs/src/coding.c
Date: Tue, 13 Aug 2002 15:12:31 -0400

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.255 emacs/src/coding.c:1.256
*** emacs/src/coding.c:1.255    Sat Aug 10 21:06:42 2002
--- emacs/src/coding.c  Tue Aug 13 15:12:30 2002
***************
*** 6619,6625 ****
        Lisp_Object args[2];
  
        args[0] = unencodable_char_position (safe_chars, from, p, GPT_ADDR, n);
!       n -= Flength (args[0]);
        if (n <= 0)
        positions = args[0];
        else
--- 6619,6625 ----
        Lisp_Object args[2];
  
        args[0] = unencodable_char_position (safe_chars, from, p, GPT_ADDR, n);
!       n -= XINT (Flength (args[0]));
        if (n <= 0)
        positions = args[0];
        else




reply via email to

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