diff options
author | Barry Warsaw <barry@python.org> | 1997-09-04 13:05:14 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1997-09-04 13:05:14 (GMT) |
commit | c7736b9d49b56bf9376fcccfb852357a362fb782 (patch) | |
tree | 1e2af0f0ccea0b0947b856d1774bc293369f4cd1 /Modules/Setup.in | |
parent | c12c62ee5a95fa514491624a0e4ec1a8af989bff (diff) | |
download | cpython-c7736b9d49b56bf9376fcccfb852357a362fb782.zip cpython-c7736b9d49b56bf9376fcccfb852357a362fb782.tar.gz cpython-c7736b9d49b56bf9376fcccfb852357a362fb782.tar.bz2 |
Added first line to set Emacs makefile mode (pretty colors :-)
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r-- | Modules/Setup.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index 9a1a400..8f9c12b 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -1,3 +1,4 @@ +# -*- makefile -*- # The file Setup is used by the makesetup script to construct the files # Makefile and config.c, from Makefile.pre and config.c.in, # respectively. The file Setup itself is initially copied from |