Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2021-09-12 17:10:35 +0300
committerSimon Tatham <anakin@pobox.com>2021-09-12 17:10:35 +0300
commit8df3ad6316ccbd8600ede97b72a02daea3543fe7 (patch)
tree4fc49214df4a96b57464de0ad9d92efc3da1a228 /otherbackends
parent346a7548e2ba2739f0cc5a2c9ec092186735fa57 (diff)
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.
Diffstat (limited to 'otherbackends')
-rw-r--r--otherbackends/testback.c8
1 files changed, 0 insertions, 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:
- */