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. --- test/meson.build | 3 --- 1 file changed, 3 deletions(-) (limited to 'test') 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' ] -- cgit v1.2.3