From 31ebb7b975639ece82f8cc15d550097989c4b449 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 7 Jul 2017 15:29:30 +0200 Subject: Don't use emacs' python-mode for meson files There is a proper meson-mode now. --- include/meson.build | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') 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' ] -- cgit v1.2.3