From: Nikolaus Rath Date: Fri, 7 Jul 2017 13:29:30 +0000 (+0200) Subject: Don't use emacs' python-mode for meson files X-Git-Tag: fuse-3.1.0~4 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=31ebb7b975639ece82f8cc15d550097989c4b449;p=qemu-gpiodev%2Flibfuse.git Don't use emacs' python-mode for meson files There is a proper meson-mode now. --- diff --git a/include/meson.build b/include/meson.build index f1fa5f0..417113f 100644 --- a/include/meson.build +++ b/include/meson.build @@ -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' ] diff --git a/lib/meson.build b/lib/meson.build index c583b85..9997187 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -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', diff --git a/meson.build b/meson.build index ad934de..df96f96 100644 --- a/meson.build +++ b/meson.build @@ -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' ]) diff --git a/test/meson.build b/test/meson.build index cf36405..ecff313 100644 --- a/test/meson.build +++ b/test/meson.build @@ -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' ] diff --git a/util/meson.build b/util/meson.build index 43c4973..28e683c 100644 --- a/util/meson.build +++ b/util/meson.build @@ -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