From 74899579fa79bb87894c568dedfb17a3b85c27aa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Mon, 4 Mar 2002 09:26:18 +0000 Subject: [PATCH] Align comments. --- src/lisp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.5