Don't use emacs' python-mode for meson files
authorNikolaus Rath <Nikolaus@rath.org>
Fri, 7 Jul 2017 13:29:30 +0000 (15:29 +0200)
committerNikolaus Rath <Nikolaus@rath.org>
Fri, 7 Jul 2017 13:48:50 +0000 (15:48 +0200)
There is a proper meson-mode now.

include/meson.build
lib/meson.build
meson.build
test/meson.build
util/meson.build

index f1fa5f000ce80e065db260a2bc49c53489ea90ee..417113f041853220814e60cf1237a87e55ceff0c 100644 (file)
@@ -1,6 +1,3 @@
-# Attention, emacs, please use -*- mode: python -*-
-# (even though this isn't actually Python code)
-
 libfuse_headers = [ 'fuse.h', 'fuse_common.h', 'fuse_lowlevel.h',
                    'fuse_opt.h', 'cuse_lowlevel.h' ]
 
index c583b85d480ae4b866ba8ca5f2c3d887e19553fb..999718757317856a0e7a7d319479acfdb5a664ac 100644 (file)
@@ -1,6 +1,3 @@
-# Attention, emacs, please use -*- mode: python -*-
-# (even though this isn't actually Python code)
-
 libfuse_sources = ['fuse.c', 'fuse_i.h', 'fuse_loop.c', 'fuse_loop_mt.c',
                    'fuse_lowlevel.c', 'fuse_misc.h', 'fuse_opt.c',
                    'fuse_signals.c', 'buffer.c', 'cuse_lowlevel.c',
index ad934de624cbae4cdc83d044db3f29451344c954..df96f96a86b2b04fc834eb9165a2f2356610ef88 100644 (file)
@@ -1,6 +1,3 @@
-# Attention, emacs, please use -*- mode: python -*-
-# (even though this isn't actually Python code)
-
 project('libfuse3', 'c', version: '3.0.2',
         meson_version: '>= 0.38',
         default_options: [ 'buildtype=plain' ])
index cf36405dae599db09021410f892d53f34ceaa7a0..ecff313605f64460749f5fb4931c0bccc3628961 100644 (file)
@@ -1,6 +1,3 @@
-# Attention, emacs, please use -*- mode: python -*-
-# (even though this isn't actually Python code)
-
 # Compile helper programs
 td = []
 foreach prog: [ 'test_write_cache', 'test_setattr' ]
index 43c497365644c5f9f83ccd79b3a96b43980402b3..28e683c6617b869f257fff08af0453f80cf834e1 100644 (file)
@@ -1,6 +1,3 @@
-# Attention, emacs, please use -*- mode: python -*-
-# (even though this isn't actually Python code)
-
 # we re-use mount_util.c from the library, but do want to keep ourself
 # as stand-alone as possible. in order to make an out-of-source build
 # possible, we "generate" the file from its original location by