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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/xmenu.c
Date: Sun, 19 Feb 2006 23:41:31 +0000

Index: emacs/src/xmenu.c
diff -u emacs/src/xmenu.c:1.299 emacs/src/xmenu.c:1.300
--- emacs/src/xmenu.c:1.299     Mon Feb  6 15:23:22 2006
+++ emacs/src/xmenu.c   Sun Feb 19 23:41:31 2006
@@ -1807,8 +1807,11 @@
              wv->enabled = 1;
              wv->button_type = BUTTON_TYPE_NONE;
              wv->help = Qnil;
+             save_wv = wv;
            }
-         save_wv = wv;
+         else
+           save_wv = first_wv;
+
          prev_wv = 0;
          i += MENU_ITEMS_PANE_LENGTH;
        }




reply via email to

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