aboutsummaryrefslogtreecommitdiffstats
path: root/mac/src/macmenu.c
diff options
context:
space:
mode:
authorAndrew Choi2001-02-27 14:33:20 +0000
committerAndrew Choi2001-02-27 14:33:20 +0000
commit2e875e36887608b9e677bf4a3b45acfe6041ff06 (patch)
tree35225137b6f6bffc2dd80e1e1fd61f3976cadb56 /mac/src/macmenu.c
parentc0cb1027c5273b57e67a989ba91189e7916d5b32 (diff)
downloademacs-2e875e36887608b9e677bf4a3b45acfe6041ff06.tar.gz
emacs-2e875e36887608b9e677bf4a3b45acfe6041ff06.zip
* src/macfns.c: Rename everything containing *busy_cursor* and
similar to *hourglass*. Change IMAGE_POSITIVE_INTEGER_VALUE to IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR throughout. (x_set_font): If font hasn't changed, avoid recomputing faces and other things, as in xfns.c. (Qcancel_timer): New variable. (syms_of_macfns): Rename x-busy-pointer-shape to x-hourglass-pointer-shape, display-busy-cursor to display-hourglass, busy-cursor-delay to hourglass-delay, as in xfns.c. (x_set_tool_bar_lines): Modify as in xfns.c (x_change_window_heights): New function. * inc/macterm.h (struct x_output): Rename busy_cursor to hourglass_cursor, busy_window to hourglass_window, busy_p to hourglass_p, as in xterm.h. * src/macmenu.c (set_frame_menubar): Run activate-menu-bar-hook with safe_run_hooks, as in xmenu.c. * src/macterm.c (do_check_ram_size): New function. * src/Emacs.r: Add ALRT resource #129 for alert when there is over 256 MB RAM.
Diffstat (limited to 'mac/src/macmenu.c')
-rw-r--r--mac/src/macmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mac/src/macmenu.c b/mac/src/macmenu.c
index ac697cf7490..41536e466aa 100644
--- a/mac/src/macmenu.c
+++ b/mac/src/macmenu.c
@@ -1345,7 +1345,7 @@ set_frame_menubar (f, first_time, deep_p)
1345 set_buffer_internal_1 (XBUFFER (buffer)); 1345 set_buffer_internal_1 (XBUFFER (buffer));
1346 1346
1347 /* Run the Lucid hook. */ 1347 /* Run the Lucid hook. */
1348 call1 (Vrun_hooks, Qactivate_menubar_hook); 1348 safe_run_hooks (Qactivate_menubar_hook);
1349 /* If it has changed current-menubar from previous value, 1349 /* If it has changed current-menubar from previous value,
1350 really recompute the menubar from the value. */ 1350 really recompute the menubar from the value. */
1351 if (! NILP (Vlucid_menu_bar_dirty_flag)) 1351 if (! NILP (Vlucid_menu_bar_dirty_flag))