summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2013-04-16 20:33:19 +0200
committerGuillem Jover <guillem@debian.org>2013-04-19 05:34:03 +0200
commit36a15fee663324bf98f7cc1a5658a0ecff88628e (patch)
tree75ce565d4c3d2bd7c915b83ef0a4cd279746d3c8 /src
parentd61fbafbbe3858150ddcd349df8e10557b0fe0cf (diff)
downloaddpkg-36a15fee663324bf98f7cc1a5658a0ecff88628e.tar.gz
Remove Emacs and vim modelines
These just clutter the code base, as adding modelines for each possible editor out there does not scale, and they are currently not exhaustive anyway.
Diffstat (limited to 'src')
-rw-r--r--src/archives.c3
-rw-r--r--src/filesdb.c3
-rw-r--r--src/t/100_dpkg_divert.t1
3 files changed, 0 insertions, 7 deletions
diff --git a/src/archives.c b/src/archives.c
index a4ebe92d7..919f71095 100644
--- a/src/archives.c
+++ b/src/archives.c
@@ -1750,6 +1750,3 @@ struct fileinlist *newconff_append(struct fileinlist ***newconffileslastp_io,
*newconffileslastp_io= &newconff->next;
return newconff;
}
-
-/* vi: ts=8 sw=2
- */
diff --git a/src/filesdb.c b/src/filesdb.c
index df46fa699..5fe0e7622 100644
--- a/src/filesdb.c
+++ b/src/filesdb.c
@@ -660,6 +660,3 @@ struct filenamenode *findnamenode(const char *name, enum fnnflags flags) {
return newnode;
}
-
-/* vi: ts=8 sw=2
- */
diff --git a/src/t/100_dpkg_divert.t b/src/t/100_dpkg_divert.t
index bfa7e7368..572b06238 100644
--- a/src/t/100_dpkg_divert.t
+++ b/src/t/100_dpkg_divert.t
@@ -1,4 +1,3 @@
-# -*- mode: cperl;-*-
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by