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
585b0a89
Commit
585b0a89
authored
Mar 17, 1995
by
Boris Goldowsky
Browse files
(struct buffer): Add file_format member.
parent
5b6988a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/buffer.h
src/buffer.h
+3
-0
No files found.
src/buffer.h
View file @
585b0a89
...
...
@@ -356,6 +356,9 @@ struct buffer
/* Position where the overlay lists are centered. */
Lisp_Object
overlay_center
;
/* Lisp of symbols naming the file format used for visited file. */
Lisp_Object
file_format
;
/* True if the newline position cache and width run cache are
enabled. See search.c and indent.c. */
Lisp_Object
cache_long_line_scans
;
...
...
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