From 96745cbfc0e3386fa32631daa45b4096a1f80e61 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 19 Sep 2005 21:44:36 +0000 Subject: r10328: Add more emacs python-mode markers. (This used to be commit 540a3649e88690e829c17d79ecdccdc9ed464845) --- source4/param/SConscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/param') diff --git a/source4/param/SConscript b/source4/param/SConscript index 42d3d9cc75..9fe6ffa71b 100644 --- a/source4/param/SConscript +++ b/source4/param/SConscript @@ -1,3 +1,5 @@ +# tastes like -*- python -*- + Import('hostenv') param = hostenv.StaticLibrary('loadparm',['loadparm.c','params.c']) Export('param') -- cgit