From 8df3ad6316ccbd8600ede97b72a02daea3543fe7 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 12 Sep 2021 15:10:35 +0100 Subject: [PATCH] testback.c: remove emacs magic comment. It looks as if Ben put that in when he originally wrote the file, since it refers to a C file style called 'simon', which isn't what I call my preferred style in _my_ Emacs preferences, but might plausibly be what he called it in his. It causes an annoying error every time I load the source file into Emacs, because it refers to a nonexistent style name. And surely it will do the same to almost all other Emacs users. Get rid of it. --- otherbackends/testback.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/otherbackends/testback.c b/otherbackends/testback.c index 4ff6fa16..5f319722 100644 --- a/otherbackends/testback.c +++ b/otherbackends/testback.c @@ -211,11 +211,3 @@ static int null_cfg_info(Backend *be) { return 0; } - - -/* - * Emacs magic: - * Local Variables: - * c-file-style: "simon" - * End: - */