emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c
Date: Mon, 20 May 2002 04:05:26 -0400

Index: emacs/src/editfns.c
diff -c emacs/src/editfns.c:1.329 emacs/src/editfns.c:1.330
*** emacs/src/editfns.c:1.329   Fri Apr 26 19:39:05 2002
--- emacs/src/editfns.c Mon May 20 04:05:26 2002
***************
*** 3213,3219 ****
          {
            /* Use a temp var to avoid problems when ENABLE_CHECKING
               is turned on.  */
!           struct Lisp_String *t = XSYMBOL (args[n])->name;
            XSETSTRING (args[n], t);
            if (STRING_MULTIBYTE (args[n]) && ! multibyte)
              {
--- 3213,3219 ----
          {
            /* Use a temp var to avoid problems when ENABLE_CHECKING
               is turned on.  */
!           struct Lisp_String *t = XSTRING (SYMBOL_NAME (args[n]));
            XSETSTRING (args[n], t);
            if (STRING_MULTIBYTE (args[n]) && ! multibyte)
              {



reply via email to

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