aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2002-03-04 09:26:18 +0000
committerPavel Janík2002-03-04 09:26:18 +0000
commit74899579fa79bb87894c568dedfb17a3b85c27aa (patch)
tree04541fb9b63f8b8c9103f590ce1abbdfde623ca2 /src
parentd61ac4a65300ec39761893e2dd559a121d0998c3 (diff)
downloademacs-74899579fa79bb87894c568dedfb17a3b85c27aa.tar.gz
emacs-74899579fa79bb87894c568dedfb17a3b85c27aa.zip
Align comments.
Diffstat (limited to 'src')
-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
573 The first four are duplicates for things which can be on the list, 573 The first four are duplicates for things which can be on the list,
574 for purposes of speed. */ 574 for purposes of speed. */
575 575
576 unsigned int write_protect : 1; /* Non-zero means can't modify. */ 576 unsigned int write_protect : 1; /* Non-zero means can't modify. */
577 unsigned int visible : 1; /* Zero means don't display. */ 577 unsigned int visible : 1; /* Zero means don't display. */
578 unsigned int front_sticky : 1; /* Non-zero means text inserted just 578 unsigned int front_sticky : 1; /* Non-zero means text inserted just
579 before this interval goes into it. */ 579 before this interval goes into it. */