emacs-devel
[Top][All Lists]
Advanced

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

Re: /srv/bzr/emacs/trunk r109456: Separate read and write access to Lisp


From: Eli Zaretskii
Subject: Re: /srv/bzr/emacs/trunk r109456: Separate read and write access to Lisp_Object slots of struct frame.
Date: Mon, 06 Aug 2012 19:42:37 +0300

This change in xmenu.c (and similar changes in nsmenu.m and w32menu.c
that followed suit):

  -      FRAME_MENU_BAR_ITEMS (f) = menu_bar_items (FRAME_MENU_BAR_ITEMS (f));
  +      FSET (f, menu_bar_items, menu_bar_items (FRAME_MENU_BAR_ITEMS (f)));

exposed what was previously hidden behind the FRAME_MENU_BAR_ITEMS
macro.  Should we introduce a FRAME_SET_MENU_BAR_ITEMS macro instead?



reply via email to

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