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


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/src/fns.c
Date: Tue, 06 Jul 2004 01:16:15 -0400

Index: emacs/src/fns.c
diff -c emacs/src/fns.c:1.369 emacs/src/fns.c:1.370
*** emacs/src/fns.c:1.369       Thu Jun 24 22:03:10 2004
--- emacs/src/fns.c     Tue Jul  6 05:07:20 2004
***************
*** 2370,2375 ****
--- 2370,2376 ----
       (string)
       Lisp_Object string;
  {
+   CHECK_STRING (string);
    int len = SBYTES (string);
    bzero (SDATA (string), len);
    STRING_SET_CHARS (string, len);




reply via email to

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