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,v


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/xmenu.c,v
Date: Mon, 09 Jun 2008 23:04:44 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   08/06/09 23:04:44

Index: xmenu.c
===================================================================
RCS file: /sources/emacs/emacs/src/xmenu.c,v
retrieving revision 1.330
retrieving revision 1.331
diff -u -b -r1.330 -r1.331
--- xmenu.c     8 Jun 2008 04:36:46 -0000       1.330
+++ xmenu.c     9 Jun 2008 23:04:43 -0000       1.331
@@ -2114,8 +2114,8 @@
       wv_title->name = (char *) SDATA (title);
       wv_title->enabled = TRUE;
       wv_title->button_type = BUTTON_TYPE_NONE;
-      wv_title->next = wv_sep1;
       wv_title->help = Qnil;
+      wv_title->next = wv_sep1;
       first_wv->contents = wv_title;
     }
 




reply via email to

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