emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/Attic/macmenu.c, v [EMACS_22_BASE]


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/Attic/macmenu.c, v [EMACS_22_BASE]
Date: Fri, 29 Aug 2008 08:18:23 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     YAMAMOTO Mitsuharu <mituharu>   08/08/29 08:18:22

Index: macmenu.c
===================================================================
RCS file: /sources/emacs/emacs/src/Attic/macmenu.c,v
retrieving revision 1.56.2.6
retrieving revision 1.56.2.7
diff -u -b -r1.56.2.6 -r1.56.2.7
--- macmenu.c   6 Apr 2008 01:58:19 -0000       1.56.2.6
+++ macmenu.c   29 Aug 2008 08:18:22 -0000      1.56.2.7
@@ -1939,7 +1939,7 @@
        if (!NILP (descrip))
          wv->key = (char *) SDATA (descrip);
        wv->value = (char *) SDATA (item_name);
-       wv->call_data = (void *) i;
+       wv->call_data = (void *) (EMACS_INT) i;
          /* menu item is identified by its index in menu_items table */
        wv->enabled = !NILP (enable);
        wv->help = Qnil;




reply via email to

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