emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r101139: (set_frame_menubar): Remove


From: Jason Rumney
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101139: (set_frame_menubar): Remove call to undefined function.
Date: Thu, 19 Aug 2010 23:53:08 +0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101139
committer: Jason Rumney <address@hidden>
branch nick: trunk
timestamp: Thu 2010-08-19 23:53:08 +0800
message:
  (set_frame_menubar): Remove call to undefined function.
modified:
  src/ChangeLog
  src/w32menu.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-08-19 15:43:45 +0000
+++ b/src/ChangeLog     2010-08-19 15:53:08 +0000
@@ -8,6 +8,8 @@
 
 2010-08-19  Jason Rumney  <address@hidden>
 
+       * w32menu.c (set_frame_menubar): Remove call to undefined function.
+
        * w32fns.c (w32_wnd_proc): Don't check context before initializing.
 
 2010-08-19  Jan Djärv  <address@hidden>

=== modified file 'src/w32menu.c'
--- a/src/w32menu.c     2010-08-13 14:54:32 +0000
+++ b/src/w32menu.c     2010-08-19 15:53:08 +0000
@@ -420,12 +420,8 @@
 
       set_buffer_internal_1 (XBUFFER (buffer));
 
-      /* Run the Lucid hook.  */
+      /* Run the hooks.  */
       safe_run_hooks (Qactivate_menubar_hook);
-      /* If it has changed current-menubar from previous value,
-        really recompute the menubar from the value.  */
-      if (! NILP (Vlucid_menu_bar_dirty_flag))
-       call0 (Qrecompute_lucid_menubar);
       safe_run_hooks (Qmenu_bar_update_hook);
       FRAME_MENU_BAR_ITEMS (f) = menu_bar_items (FRAME_MENU_BAR_ITEMS (f));
 


reply via email to

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