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
dc511a66
Commit
dc511a66
authored
Sep 08, 2004
by
Luc Teirlinck
Browse files
(struct buffer): Add auto_save_file_format field.
parent
f0f90717
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 @
dc511a66
...
...
@@ -666,6 +666,9 @@ struct buffer
/* List of symbols naming the file format used for visited file. */
Lisp_Object
file_format
;
/* List of symbols naming the file format used for auto-save file. */
Lisp_Object
auto_save_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