summaryrefslogtreecommitdiff
path: root/firmware/drivers/fat.c
diff options
context:
space:
mode:
authorMats Lidell <matsl@rockbox.org>2003-01-24 10:56:06 +0000
committerMats Lidell <matsl@rockbox.org>2003-01-24 10:56:06 +0000
commit74cc9e41fadc7a362144e920c2f5cbffd7e208ff (patch)
treed9cd4b07c26a94c172fa7fa8ae3dc933d8db352e /firmware/drivers/fat.c
parent7b3a9cfbd6cf529df030daa1875b5010984f44c5 (diff)
Remove use of rockbox-mode.el in local variables list.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3157 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/fat.c')
-rw-r--r--firmware/drivers/fat.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/drivers/fat.c b/firmware/drivers/fat.c
index 901820419f..020a48bdef 100644
--- a/firmware/drivers/fat.c
+++ b/firmware/drivers/fat.c
@@ -1804,9 +1804,3 @@ int fat_getnext(struct fat_dir *dir, struct fat_direntry *entry)
}
return 0;
}
-
-/* -----------------------------------------------------------------
- * local variables:
- * eval: (load-file "../rockbox-mode.el")
- * end:
- */