emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/macselect.c,v


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/macselect.c,v
Date: Mon, 15 Jan 2007 08:36:30 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     YAMAMOTO Mitsuharu <mituharu>   07/01/15 08:36:29

Index: macselect.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/macselect.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- macselect.c 15 Dec 2006 08:05:27 -0000      1.20
+++ macselect.c 15 Jan 2007 08:36:29 -0000      1.21
@@ -1390,7 +1390,7 @@
       ae = *p;
       *p = (*p)->next;
       if (INTEGERP (error_code)
-         && ae->apple_event.descriptorType != typeNull)
+         && ae->reply.descriptorType != typeNull)
        {
          SInt32 errn = XINT (error_code);
 




reply via email to

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