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 --- proto.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'proto.h') diff --git a/proto.h b/proto.h index ca7cbdf2ba..766d27b331 100644 --- a/proto.h +++ b/proto.h @@ -1,4 +1,5 @@ -/* +/* -*- buffer-read-only: t -*- + * * proto.h * * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, @@ -2168,3 +2169,4 @@ PERL_CALLCONV bool Perl_is_gv_magical_sv(pTHX_ SV *name, U32 flags); PERL_CALLCONV char* Perl_savesvpv(pTHX_ SV* sv); END_EXTERN_C +/* ex: set ro: */ -- cgit v1.2.1