From 37442d52629699d89ef62d315d35efbc0facec21 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 11 May 2005 07:54:19 +0000 Subject: Include vim/emacs modelines in generated files to open them in read-only mode. Make vi modelines compatible with non-vim vi versions. p4raw-id: //depot/perl@24445 --- pp_proto.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pp_proto.h') diff --git a/pp_proto.h b/pp_proto.h index 2f457c37fd..dddb013eeb 100644 --- a/pp_proto.h +++ b/pp_proto.h @@ -1,4 +1,5 @@ -/* !!!!!!! DO NOT EDIT THIS FILE !!!!!!! +/* -*- buffer-read-only: t -*- + !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by opcode.pl from its data. Any changes made here will be lost! */ @@ -394,3 +395,5 @@ PERL_PPDEF(Perl_pp_setstate) PERL_PPDEF(Perl_pp_method_named) PERL_PPDEF(Perl_pp_dor) PERL_PPDEF(Perl_pp_dorassign) + +/* ex: set ro: */ -- cgit v1.2.1