Mercurial > emacs
changeset 73320:332f0639af48
(syms_of_xmenu): Use Ffset rather than Fdefalias, since
Fdefalias is not declared in any *.h file.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 10 Oct 2006 14:22:46 +0000 |
parents | 0294d21b8f02 |
children | 0266829c1021 |
files | src/ChangeLog src/xmenu.c |
diffstat | 2 files changed, 13 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Oct 10 08:38:38 2006 +0000 +++ b/src/ChangeLog Tue Oct 10 14:22:46 2006 +0000 @@ -1,3 +1,8 @@ +2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca> + + * xmenu.c (syms_of_xmenu): Use Ffset rather than Fdefalias, since + Fdefalias is not declared in any *.h file. + 2006-10-09 Chong Yidong <cyd@stupidchicken.com> * dispnew.c (sit_for): Sit forever if TIMEOUT is t. @@ -11,14 +16,14 @@ 2006-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> - * macterm.c (mac_draw_image_string, mac_draw_image_string_16): Add - argument OVERSTRIKE_P. + * macterm.c (mac_draw_image_string, mac_draw_image_string_16): + Add argument OVERSTRIKE_P. (mac_draw_string_common, mac_draw_image_string_cg): Likewise. Support overstrike. (mac_draw_string, mac_draw_string_16): Remove functions. (x_draw_glyph_string_foreground): Use overstrike when needed. - (x_draw_composite_glyph_string_foreground): Likewise. Use - mac_draw_image_string_16 instead of mac_draw_string_16. + (x_draw_composite_glyph_string_foreground): Likewise. + Use mac_draw_image_string_16 instead of mac_draw_string_16. (mac_load_query_font): Rename from XLoadQueryFont. Take argument F instead of DPY. All uses changed. Don't save/restore font. @@ -111,8 +116,8 @@ 2006-09-24 Eli Zaretskii <eliz@gnu.org> - * makefile.w32-in ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend - on nt/inc/langinfo.h and nt/inc/nl_types.h. + * makefile.w32-in ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): + Depend on nt/inc/langinfo.h and nt/inc/nl_types.h. * w32proc.c (nl_langinfo): New function. @@ -294,8 +299,7 @@ 2006-09-15 David Kastrup <dak@gnu.org> - * Makefile.in (keymap.o): Add "keymap.h" and "window.h" - dependencies. + * Makefile.in (keymap.o): Add "keymap.h" and "window.h" dependencies. * keymap.c: include "window.h". (Fcommand_remapping): New optional POSITION argument.
--- a/src/xmenu.c Tue Oct 10 08:38:38 2006 +0000 +++ b/src/xmenu.c Tue Oct 10 14:22:46 2006 +0000 @@ -3776,8 +3776,7 @@ #if defined (USE_GTK) || defined (USE_X_TOOLKIT) defsubr (&Smenu_bar_open); - Fdefalias (intern ("accelerate-menu"), intern (Smenu_bar_open.symbol_name), - Qnil); + Ffset (intern ("accelerate-menu"), intern (Smenu_bar_open.symbol_name)); #endif #ifdef HAVE_MENUS