changeset 43699:31640016ebe2

Align comments.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 04 Mar 2002 09:26:18 +0000
parents 9284613a11ed
children 2388863b284b
files src/lisp.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.  */