diff options
| author | Paul Eggert | 2014-06-06 12:33:19 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-06-06 12:33:19 -0700 |
| commit | 5dda54d600664bdff6b9e76773c4f29fd7e39915 (patch) | |
| tree | 62571d3a96008b020a7edea83673e16eef4dbd15 /src/term.c | |
| parent | 3112e4002cb1a29861bd7ae1b7ddff0dbdaa38a7 (diff) | |
| download | emacs-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.c | 3 |
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 | ||
| 3586 | static | ||
| 3587 | #endif | ||
| 3585 | Lisp_Object | 3588 | Lisp_Object |
| 3586 | tty_menu_show (struct frame *f, int x, int y, int menuflags, | 3589 | tty_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) |