mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
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.
This commit is contained in:
parent
346a7548e2
commit
8df3ad6316
@ -211,11 +211,3 @@ static int null_cfg_info(Backend *be)
|
|||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Emacs magic:
|
|
||||||
* Local Variables:
|
|
||||||
* c-file-style: "simon"
|
|
||||||
* End:
|
|
||||||
*/
|
|
||||||
|
Loading…
Reference in New Issue
Block a user