emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/lread.c
Date: Sun, 03 Mar 2002 15:06:11 -0500

Index: emacs/src/lread.c
diff -c emacs/src/lread.c:1.277 emacs/src/lread.c:1.278
*** emacs/src/lread.c:1.277     Sun Feb  3 05:35:20 2002
--- emacs/src/lread.c   Sun Mar  3 15:06:11 2002
***************
*** 2260,2268 ****
               compiled Emacs Lisp files, and those always use the
               Emacs internal encoding.  Meanwhile, Qlambda is used
               for reading dynamic byte code (compiled with
!              byte-compile-dynamic = t).  */
            to_multibyte (&p, &end, &nchars);
!           is_multibyte = 1;
          }
        else
          /* In all other cases, if we read these bytes as
--- 2260,2270 ----
               compiled Emacs Lisp files, and those always use the
               Emacs internal encoding.  Meanwhile, Qlambda is used
               for reading dynamic byte code (compiled with
!              byte-compile-dynamic = t).  So make the string multibyte
!              if the string contains any multibyte sequences.
!              (to_multibyte is a no-op if not.)  */
            to_multibyte (&p, &end, &nchars);
!           is_multibyte = (p - read_buffer) != nchars;
          }
        else
          /* In all other cases, if we read these bytes as



reply via email to

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