aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
authorStefan Monnier2013-11-28 20:22:40 -0500
committerStefan Monnier2013-11-28 20:22:40 -0500
commit7cdf484be3f4408b2bdf58db5bd4ae896cf262e5 (patch)
tree3ee6b7c62a3385518f09e5ade6a879bd1b41f53c /src/term.c
parentef869611180c862f67ef1e004553668523615d37 (diff)
downloademacs-7cdf484be3f4408b2bdf58db5bd4ae896cf262e5.tar.gz
emacs-7cdf484be3f4408b2bdf58db5bd4ae896cf262e5.zip
* configure.ac (HAVE_MENUS): Remove.
* src/xmenu.c (Fmenu_or_popup_active_p): * src/window.c (Fset_window_configuration): * src/menu.c (Fx_popup_menu, Fx_popup_dialog): * src/keyboard.c (record_menu_key, read_char_x_menu_prompt): * src/fns.c (Fyes_or_no_p): * src/editfns.c (Fmessage_box, Fmessage_or_box): * src/alloc.c (make_save_ptr_ptr): * src/xdisp.c, src/w32menu.c, src/term.c, src/xterm.h, src/xterm.c: Remove HAVE_MENUS.
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/term.c b/src/term.c
index f86d71ac2f4..877d43b89d9 100644
--- a/src/term.c
+++ b/src/term.c
@@ -2739,7 +2739,7 @@ DEFUN ("gpm-mouse-stop", Fgpm_mouse_stop, Sgpm_mouse_stop,
2739 Menus 2739 Menus
2740 ***********************************************************************/ 2740 ***********************************************************************/
2741 2741
2742#if defined (HAVE_MENUS) && !defined (MSDOS) 2742#if !defined (MSDOS)
2743 2743
2744/* TTY menu implementation and main ideas are borrowed from msdos.c. 2744/* TTY menu implementation and main ideas are borrowed from msdos.c.
2745 2745
@@ -3816,7 +3816,7 @@ tty_menu_show (struct frame *f, int x, int y, bool for_click, bool keymaps,
3816 return entry; 3816 return entry;
3817} 3817}
3818 3818
3819#endif /* HAVE_MENUS && !MSDOS */ 3819#endif /* !MSDOS */
3820 3820
3821 3821
3822#ifndef MSDOS 3822#ifndef MSDOS
@@ -3825,7 +3825,7 @@ tty_menu_show (struct frame *f, int x, int y, bool for_click, bool keymaps,
3825 ***********************************************************************/ 3825 ***********************************************************************/
3826 3826
3827/* Initialize the tty-dependent part of frame F. The frame must 3827/* Initialize the tty-dependent part of frame F. The frame must
3828 already have its device initialized. */ 3828 already have its device initialized. */
3829 3829
3830void 3830void
3831create_tty_output (struct frame *f) 3831create_tty_output (struct frame *f)
@@ -3839,7 +3839,7 @@ create_tty_output (struct frame *f)
3839 f->output_data.tty = t; 3839 f->output_data.tty = t;
3840} 3840}
3841 3841
3842/* Delete frame F's face cache, and its tty-dependent part. */ 3842/* Delete frame F's face cache, and its tty-dependent part. */
3843 3843
3844static void 3844static void
3845tty_free_frame_resources (struct frame *f) 3845tty_free_frame_resources (struct frame *f)
@@ -3854,7 +3854,7 @@ tty_free_frame_resources (struct frame *f)
3854 3854
3855#else /* MSDOS */ 3855#else /* MSDOS */
3856 3856
3857/* Delete frame F's face cache. */ 3857/* Delete frame F's face cache. */
3858 3858
3859static void 3859static void
3860tty_free_frame_resources (struct frame *f) 3860tty_free_frame_resources (struct frame *f)