emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/macfns.c
diff -c emacs/src/macfns.c:1.2 emacs/src/macfns.c:1.3
*** emacs/src/macfns.c:1.2      Mon Apr 29 21:01:26 2002
--- emacs/src/macfns.c  Mon May 20 04:06:16 2002
***************
*** 4839,4845 ****
  
        /* 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)
--- 4839,4845 ----
  
        /* 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)



reply via email to

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