From: Karl Heuer Date: Fri, 16 Sep 1994 21:56:18 +0000 (+0000) Subject: Define MODE_LINE_BINARY_TEXT. X-Git-Tag: emacs-19.34~7058 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b77c5660495c0f3b6720be05162c1b416041b89a;p=emacs.git Define MODE_LINE_BINARY_TEXT. --- diff --git a/src/s/msdos.h b/src/s/msdos.h index 6ee4d3c37ea..aef2d582a53 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h @@ -225,6 +225,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define BCOPY_UPWARD_SAFE 1 #define BCOPY_DOWNWARD_SAFE 1 +/* Mode line description of a buffer's type. */ +#define MODE_LINE_BINARY_TEXT(buf) (NILP(buf->buffer_file_type) ? "T" : "B") + /* We need a little extra space, see ../../lisp/loadup.el */ #define PURESIZE 240000