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
715bde06
Commit
715bde06
authored
Jul 02, 1995
by
Richard M. Stallman
Browse files
(struct buffer): New field clip_changed.
parent
6f209892
Changes
1
Show 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 @
715bde06
...
...
@@ -226,6 +226,9 @@ struct buffer
the last time this buffer was displayed. */
int
last_window_start
;
/* Set nonzero whenever the narrowing is changed in this buffer. */
int
clip_changed
;
/* If the long line scan cache is enabled (i.e. the buffer-local
variable cache-long-line-scans is non-nil), newline_cache
points to the newline cache, and width_run_cache points to the
...
...
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