diff options
| author | Nikolaus Rath <Nikolaus@rath.org> | 2017-07-07 15:29:30 +0200 |
|---|---|---|
| committer | Nikolaus Rath <Nikolaus@rath.org> | 2017-07-07 15:48:50 +0200 |
| commit | 31ebb7b975639ece82f8cc15d550097989c4b449 (patch) | |
| tree | cbf7b2480ce67722464d86b24d04dedb3527c0d1 /lib | |
| parent | cd6b75229a4f4b648945418ee49e7c23e24bbeeb (diff) | |
| download | libfuse-31ebb7b975639ece82f8cc15d550097989c4b449.tar.gz | |
Don't use emacs' python-mode for meson files
There is a proper meson-mode now.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/meson.build | 3 |
1 files changed, 0 insertions, 3 deletions
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', |
