# HG changeset patch # User Pavel Jank # Date 1015233978 0 # Node ID 31640016ebe26b742fab06753f3f06e59fda1f69 # Parent 9284613a11edc30566ac6d30db3f862ed31395e2 Align comments. diff -r 9284613a11ed -r 31640016ebe2 src/lisp.h --- a/src/lisp.h Mon Mar 04 09:24:40 2002 +0000 +++ b/src/lisp.h Mon Mar 04 09:26:18 2002 +0000 @@ -573,7 +573,7 @@ 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. */