summaryrefslogtreecommitdiff
path: root/src/lisp.h
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-03-04 09:26:18 +0000
committerPavel Janík <Pavel@Janik.cz>2002-03-04 09:26:18 +0000
commit74899579fa79bb87894c568dedfb17a3b85c27aa (patch)
tree04541fb9b63f8b8c9103f590ce1abbdfde623ca2 /src/lisp.h
parentd61ac4a65300ec39761893e2dd559a121d0998c3 (diff)
downloademacs-74899579fa79bb87894c568dedfb17a3b85c27aa.tar.gz
Align comments.
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 2cb57821f18..2c4ac62df7c 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -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. */