From: Pavel Janík Date: Mon, 4 Mar 2002 09:26:18 +0000 (+0000) Subject: Align comments. X-Git-Tag: ttn-vms-21-2-B4~16345 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=74899579fa79bb87894c568dedfb17a3b85c27aa;p=emacs.git Align comments. --- 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. */