Fix the MS-Windows build due to introduction of B_.
authorEli Zaretskii <eliz@gnu.org>
Mon, 14 Feb 2011 17:35:21 +0000 (19:35 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 14 Feb 2011 17:35:21 +0000 (19:35 +0200)
commitfc3ca11315448fa7310f064fd9953b943ae733bf
treed18258c434b781ae5c451f3c63ffc63983a2290b
parent3928f2b67e69cd22995558cc205a2fc6aa33d477
Fix the MS-Windows build due to introduction of B_.

 dired.c (directory_files_internal):
 fileio.c (Finsert_file_contents):
 insdel.c (prepare_to_modify_buffer):
 xdisp.c (pos_visible_p):
 s/ms-w32.h (MODE_LINE_BINARY_TEXT):
 w32fns.c (Fw32_shell_execute, Fx_show_tip, x_create_tip_frame):
 Use B_ for the MS-Windows build.

 From Tom Tromey:
 buffer.c (init_buffer_once, syms_of_buffer): Use B_ in DOS_NT case.
lisp/dired.el
src/ChangeLog
src/buffer.c
src/dired.c
src/fileio.c
src/insdel.c
src/s/ms-w32.h
src/w32fns.c