Skip to content

Commit 45d49c7

Browse files
authored
Fix: Remove emacs instruction (#876)
1 parent 18dad7b commit 45d49c7

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

include/ip-to-country.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php // -*- C++ -*-
1+
<?php
22

33
/*
44

include/langchooser.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php // -*- C++ -*-
1+
<?php
22

33
/*
44

include/languages.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php // -*- C++ -*-
1+
<?php
22

33
/*
44
This is a list of all manual languages hosted

include/manual-lookup.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php // -*- C++ -*-
1+
<?php
22

33
// We need this for error reporting
44
include_once __DIR__ . '/errors.inc';

include/prepend.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php // -*- C++ -*-
1+
<?php
22
// Compress all pages, if ext/zlib is available on the mirror
33
// XXX Deactivated by sas, causes errors towards delivery machines
44
// ini_set("zlib.output_compression", 1);

include/shared-manual.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php // -*- C++ -*-
1+
<?php
22

33
/*
44

include/site.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php // -*- C++ -*-
1+
<?php
22

33
// Define some constants, and $MIRRORS array
44
// Mirror type constants

0 commit comments

Comments
 (0)