Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
dce36b49
Commit
dce36b49
authored
Sep 16, 1994
by
Karl Heuer
Browse files
(decode_mode_spec): Use MODE_LINE_BINARY_TEXT when defined.
parent
b77c5660
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/xdisp.c
src/xdisp.c
+4
-4
No files found.
src/xdisp.c
View file @
dce36b49
...
...
@@ -3063,11 +3063,11 @@ decode_mode_spec (w, c, maxwidth)
break
;
case
't'
:
/* indicate TEXT or BINARY */
#ifdef M
SDOS
return
NILP
(
b
->
buffer_file_type
)
?
"T"
:
"B"
;
#else
/* not MSDOS */
#ifdef M
ODE_LINE_BINARY_TEXT
return
MODE_LINE_BINARY_TEXT
(
b
)
;
#else
return
"T"
;
#endif
/* not MSDOS */
#endif
case
'p'
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment