aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
authorPaul Eggert2014-06-06 12:33:19 -0700
committerPaul Eggert2014-06-06 12:33:19 -0700
commit5dda54d600664bdff6b9e76773c4f29fd7e39915 (patch)
tree62571d3a96008b020a7edea83673e16eef4dbd15 /src/term.c
parent3112e4002cb1a29861bd7ae1b7ddff0dbdaa38a7 (diff)
downloademacs-5dda54d600664bdff6b9e76773c4f29fd7e39915.tar.gz
emacs-5dda54d600664bdff6b9e76773c4f29fd7e39915.zip
* term.c (tty_menu_show) [!HAVE_NTGUI]: Now static.
* menu.h (tty_menu_show) [!HAVE_NTGUI]: Omit extern decl.
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/term.c b/src/term.c
index aa0be9871c8..f38deb8f4f1 100644
--- a/src/term.c
+++ b/src/term.c
@@ -3582,6 +3582,9 @@ tty_menu_new_item_coords (struct frame *f, int which, int *x, int *y)
3582 } 3582 }
3583} 3583}
3584 3584
3585#ifndef HAVE_NTGUI
3586static
3587#endif
3585Lisp_Object 3588Lisp_Object
3586tty_menu_show (struct frame *f, int x, int y, int menuflags, 3589tty_menu_show (struct frame *f, int x, int y, int menuflags,
3587 Lisp_Object title, const char **error_name) 3590 Lisp_Object title, const char **error_name)