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
74899579
Commit
74899579
authored
Mar 04, 2002
by
Pavel Janík
Browse files
Align comments.
parent
d61ac4a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lisp.h
src/lisp.h
+1
-1
No files found.
src/lisp.h
View file @
74899579
...
...
@@ -573,7 +573,7 @@ struct interval
The first four are duplicates for things which can be on the list,
for purposes of speed. */
unsigned
int
write_protect
:
1
;
/* Non-zero means can't modify. */
unsigned int write_protect : 1; /* Non-zero means can't modify. */
unsigned int visible : 1; /* Zero means don't display. */
unsigned int front_sticky : 1; /* Non-zero means text inserted just
before this interval goes into it. */
...
...
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