emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/w32fns.c
diff -c emacs/src/w32fns.c:1.170 emacs/src/w32fns.c:1.171
*** emacs/src/w32fns.c:1.170    Sat May 18 11:30:47 2002
--- emacs/src/w32fns.c  Mon May 20 04:06:39 2002
***************
*** 8385,8391 ****
  
        /* Find key in KEYWORDS.  Error if not found.  */
        for (i = 0; i < nkeywords; ++i)
!       if (strcmp (keywords[i].name, XSYMBOL (key)->name->data) == 0)
          break;
  
        if (i == nkeywords)
--- 8385,8391 ----
  
        /* Find key in KEYWORDS.  Error if not found.  */
        for (i = 0; i < nkeywords; ++i)
!       if (strcmp (keywords[i].name, XSTRING (SYMBOL_NAME (key))->data) == 0)
          break;
  
        if (i == nkeywords)
***************
*** 14517,14523 ****
        c = Fcar (c);
        if (!SYMBOLP (c))
        abort ();
!       vk_code = lookup_vk_code (XSYMBOL (c)->name->data);
      }
    else if (INTEGERP (c))
      {
--- 14517,14523 ----
        c = Fcar (c);
        if (!SYMBOLP (c))
        abort ();
!       vk_code = lookup_vk_code (XSTRING (SYMBOL_NAME (c))->data);
      }
    else if (INTEGERP (c))
      {



reply via email to

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