summaryrefslogtreecommitdiff
path: root/src/s/msdos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s/msdos.h')
-rw-r--r--src/s/msdos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/msdos.h b/src/s/msdos.h
index 88afaa83455..a1d23521a0a 100644
--- a/src/s/msdos.h
+++ b/src/s/msdos.h
@@ -92,7 +92,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
/* Mode line description of a buffer's type. */
-#define MODE_LINE_BINARY_TEXT(buf) (NILP(buf->buffer_file_type) ? "T" : "B")
+#define MODE_LINE_BINARY_TEXT(buf) (NILP(B_(buf,buffer_file_type)) ? "T" : "B")
/* We have (the code to control) a mouse. */
#define HAVE_MOUSE