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
5e028eee
Commit
5e028eee
authored
Nov 01, 1994
by
Richard M. Stallman
Browse files
(struct buffer): Test DOS_MT, not MSDOS.
parent
b7521474
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/buffer.h
src/buffer.h
+2
-2
No files found.
src/buffer.h
View file @
5e028eee
...
...
@@ -272,10 +272,10 @@ struct buffer
Lisp_Object
left_margin
;
/* Function to call when insert space past fill column */
Lisp_Object
auto_fill_function
;
#ifdef
MS
DOS
#ifdef DOS
_NT
/* nil: text, t: binary. */
Lisp_Object
buffer_file_type
;
#endif
#endif
/* DOS_NT */
/* String of length 256 mapping each char to its lower-case version. */
Lisp_Object
downcase_table
;
...
...
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