emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/xmenu.c
Date: Tue, 31 Aug 2004 07:52:12 -0400

Index: emacs/src/xmenu.c
diff -c emacs/src/xmenu.c:1.257 emacs/src/xmenu.c:1.258
*** emacs/src/xmenu.c:1.257     Mon Aug 30 19:42:53 2004
--- emacs/src/xmenu.c   Mon Aug 30 20:14:21 2004
***************
*** 2056,2062 ****
          string = XVECTOR (items)->contents[i + 1];
          if (NILP (string))
              break;
!           wv->name = (char *) SDATA (ENCODE_MENU_STRING (string));
            update_submenu_strings (wv->contents);
            wv = wv->next;
        }
--- 2056,2062 ----
          string = XVECTOR (items)->contents[i + 1];
          if (NILP (string))
              break;
!           wv->name = (char *) SDATA (string);
            update_submenu_strings (wv->contents);
            wv = wv->next;
        }
***************
*** 2088,2094 ****
            break;
  
          wv = xmalloc_widget_value ();
!         wv->name = (char *) SDATA (ENCODE_MENU_STRING (string));
          wv->value = 0;
          wv->enabled = 1;
          wv->button_type = BUTTON_TYPE_NONE;
--- 2088,2094 ----
            break;
  
          wv = xmalloc_widget_value ();
!         wv->name = (char *) SDATA (string);
          wv->value = 0;
          wv->enabled = 1;
          wv->button_type = BUTTON_TYPE_NONE;




reply via email to

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