From: Nicholas Clark Date: Fri, 6 Apr 2007 22:08:20 +0000 (+0000) Subject: Add editor block. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3f2908ecc3b758f2588e5612843e5a1177751c9c;p=p5sagit%2Fp5-mst-13.2.git Add editor block. p4raw-id: //depot/perl@30858 --- diff --git a/op.h b/op.h index f99cd3b..36a1687 100644 --- a/op.h +++ b/op.h @@ -700,3 +700,13 @@ struct token { * _ whitespace/comments preceding anything else * ~ =~ operator */ + +/* + * Local variables: + * c-indentation-style: bsd + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * + * ex: set ts=8 sts=4 sw=4 noet: + */