emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/fns.c [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/fns.c [emacs-unicode-2]
Date: Sun, 11 Jul 2004 18:13:09 -0400

Index: emacs/src/fns.c
diff -c emacs/src/fns.c:1.342.2.9 emacs/src/fns.c:1.342.2.10
*** emacs/src/fns.c:1.342.2.9   Tue Jun 29 16:48:18 2004
--- emacs/src/fns.c     Sun Jul 11 22:08:04 2004
***************
*** 2298,2304 ****
       (string)
       Lisp_Object string;
  {
!   int len = SBYTES (string);
    bzero (SDATA (string), len);
    STRING_SET_CHARS (string, len);
    STRING_SET_UNIBYTE (string);
--- 2298,2306 ----
       (string)
       Lisp_Object string;
  {
!   int len;
!   CHECK_STRING (string);
!   len = SBYTES (string);
    bzero (SDATA (string), len);
    STRING_SET_CHARS (string, len);
    STRING_SET_UNIBYTE (string);




reply via email to

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