svn commit: samba r10328 - in branches/SAMBA_4_0/source: lib lib/charset lib/cmdline lib/popt lib/registry lib/talloc param

tpot at samba.org tpot at samba.org
Mon Sep 19 21:44:36 GMT 2005


Author: tpot
Date: 2005-09-19 21:44:36 +0000 (Mon, 19 Sep 2005)
New Revision: 10328

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10328

Log:
Add more emacs python-mode markers.

Modified:
   branches/SAMBA_4_0/source/lib/SConscript
   branches/SAMBA_4_0/source/lib/charset/SConscript
   branches/SAMBA_4_0/source/lib/cmdline/SConscript
   branches/SAMBA_4_0/source/lib/popt/SConscript
   branches/SAMBA_4_0/source/lib/registry/SConscript
   branches/SAMBA_4_0/source/lib/talloc/SConscript
   branches/SAMBA_4_0/source/param/SConscript


Changeset:
Modified: branches/SAMBA_4_0/source/lib/SConscript
===================================================================
--- branches/SAMBA_4_0/source/lib/SConscript	2005-09-19 21:37:38 UTC (rev 10327)
+++ branches/SAMBA_4_0/source/lib/SConscript	2005-09-19 21:44:36 UTC (rev 10328)
@@ -1,3 +1,5 @@
+#            tastes like -*- python -*-
+
 Import('hostenv')
 basic = hostenv.StaticLibrary('basic', 
 	['version.c', 'xfile.c', 'debug.c', 'fault.c', 'pidfile.c',

Modified: branches/SAMBA_4_0/source/lib/charset/SConscript
===================================================================
--- branches/SAMBA_4_0/source/lib/charset/SConscript	2005-09-19 21:37:38 UTC (rev 10327)
+++ branches/SAMBA_4_0/source/lib/charset/SConscript	2005-09-19 21:44:36 UTC (rev 10328)
@@ -1,3 +1,5 @@
+#            tastes like -*- python -*-
+
 Import('hostenv')
 charset = hostenv.StaticLibrary('charset',['iconv.c','charcnv.c'])
 Export('charset')

Modified: branches/SAMBA_4_0/source/lib/cmdline/SConscript
===================================================================
--- branches/SAMBA_4_0/source/lib/cmdline/SConscript	2005-09-19 21:37:38 UTC (rev 10327)
+++ branches/SAMBA_4_0/source/lib/cmdline/SConscript	2005-09-19 21:44:36 UTC (rev 10328)
@@ -1,3 +1,5 @@
+#            tastes like -*- python -*-
+
 Import('hostenv')
 Import('basic param')
 popt_common = hostenv.StaticLibrary('popt_common',['popt_common.c',basic,param])

Modified: branches/SAMBA_4_0/source/lib/popt/SConscript
===================================================================
--- branches/SAMBA_4_0/source/lib/popt/SConscript	2005-09-19 21:37:38 UTC (rev 10327)
+++ branches/SAMBA_4_0/source/lib/popt/SConscript	2005-09-19 21:44:36 UTC (rev 10328)
@@ -1,3 +1,5 @@
+#            tastes like -*- python -*-
+
 Import('hostenv')
 popt = hostenv.StaticLibrary('popt', ['findme.c','popt.c','poptconfig.c','popthelp.c','poptparse.c'])
 Export('popt')

Modified: branches/SAMBA_4_0/source/lib/registry/SConscript
===================================================================
--- branches/SAMBA_4_0/source/lib/registry/SConscript	2005-09-19 21:37:38 UTC (rev 10327)
+++ branches/SAMBA_4_0/source/lib/registry/SConscript	2005-09-19 21:44:36 UTC (rev 10328)
@@ -1,3 +1,5 @@
+#            tastes like -*- python -*-
+
 Import('hostenv')
 Import('talloc basic popt_common popt param')
 registry = hostenv.StaticLibrary('registry',

Modified: branches/SAMBA_4_0/source/lib/talloc/SConscript
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/SConscript	2005-09-19 21:37:38 UTC (rev 10327)
+++ branches/SAMBA_4_0/source/lib/talloc/SConscript	2005-09-19 21:44:36 UTC (rev 10328)
@@ -1,3 +1,5 @@
+#            tastes like -*- python -*-
+
 Import('hostenv')
 talloc = hostenv.StaticLibrary('talloc',['talloc.c'])
 Export('talloc')

Modified: branches/SAMBA_4_0/source/param/SConscript
===================================================================
--- branches/SAMBA_4_0/source/param/SConscript	2005-09-19 21:37:38 UTC (rev 10327)
+++ branches/SAMBA_4_0/source/param/SConscript	2005-09-19 21:44:36 UTC (rev 10328)
@@ -1,3 +1,5 @@
+#            tastes like -*- python -*-
+
 Import('hostenv')
 param = hostenv.StaticLibrary('loadparm',['loadparm.c','params.c'])
 Export('param')



More information about the samba-cvs mailing list