aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
authorPaul Eggert2014-04-16 12:43:46 -0700
committerPaul Eggert2014-04-16 12:43:46 -0700
commit290d7ac277986bd118e594a8100b3f40e4492cb1 (patch)
treed63a3aa61cac577dd119665edaffe2def8d194e2 /src/term.c
parent37eccff4f72c5a36dcd4b89d417b0047aab84e50 (diff)
parentb262bde327db2cd9b2f01f2d3ed946d0b188cb9d (diff)
downloademacs-290d7ac277986bd118e594a8100b3f40e4492cb1.tar.gz
emacs-290d7ac277986bd118e594a8100b3f40e4492cb1.zip
Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index 6512f12fcab..47be788f31a 100644
--- a/src/term.c
+++ b/src/term.c
@@ -500,7 +500,7 @@ static ptrdiff_t encode_terminal_dst_size;
500 Set CODING->produced to the byte-length of the resulting byte 500 Set CODING->produced to the byte-length of the resulting byte
501 sequence, and return a pointer to that byte sequence. */ 501 sequence, and return a pointer to that byte sequence. */
502 502
503#ifndef WINDOWSNT 503#ifndef DOS_NT
504static 504static
505#endif 505#endif
506unsigned char * 506unsigned char *
@@ -4562,6 +4562,7 @@ bigger, or it may make it blink, or it may do nothing at all. */);
4562 encode_terminal_src = NULL; 4562 encode_terminal_src = NULL;
4563 encode_terminal_dst = NULL; 4563 encode_terminal_dst = NULL;
4564 4564
4565#ifndef MSDOS
4565 DEFSYM (Qtty_menu_next_item, "tty-menu-next-item"); 4566 DEFSYM (Qtty_menu_next_item, "tty-menu-next-item");
4566 DEFSYM (Qtty_menu_prev_item, "tty-menu-prev-item"); 4567 DEFSYM (Qtty_menu_prev_item, "tty-menu-prev-item");
4567 DEFSYM (Qtty_menu_next_menu, "tty-menu-next-menu"); 4568 DEFSYM (Qtty_menu_next_menu, "tty-menu-next-menu");
@@ -4571,4 +4572,5 @@ bigger, or it may make it blink, or it may do nothing at all. */);
4571 DEFSYM (Qtty_menu_exit, "tty-menu-exit"); 4572 DEFSYM (Qtty_menu_exit, "tty-menu-exit");
4572 DEFSYM (Qtty_menu_mouse_movement, "tty-menu-mouse-movement"); 4573 DEFSYM (Qtty_menu_mouse_movement, "tty-menu-mouse-movement");
4573 DEFSYM (Qtty_menu_navigation_map, "tty-menu-navigation-map"); 4574 DEFSYM (Qtty_menu_navigation_map, "tty-menu-navigation-map");
4575#endif
4574} 4576}