summaryrefslogtreecommitdiff
path: root/keywords.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-05-11 07:54:19 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-05-11 07:54:19 +0000
commit37442d52629699d89ef62d315d35efbc0facec21 (patch)
tree9a628dce9299a88717fc402055910fb432a0b326 /keywords.h
parent24801a4b9a14a56208916a537c4c237993c25186 (diff)
downloadperl-37442d52629699d89ef62d315d35efbc0facec21.tar.gz
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
Diffstat (limited to 'keywords.h')
-rw-r--r--keywords.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/keywords.h b/keywords.h
index 654bc7672c..3af51b8c9d 100644
--- a/keywords.h
+++ b/keywords.h
@@ -1,4 +1,5 @@
-/*
+/* -*- buffer-read-only: t -*-
+ *
* keywords.h
*
* Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002,
@@ -258,3 +259,5 @@
#define KEY_x 244
#define KEY_xor 245
#define KEY_y 246
+
+/* ex: set ro: */