summaryrefslogtreecommitdiff
path: root/firmware/common/dir.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-05-07 07:43:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-05-07 07:43:57 +0000
commit276f62bc6edb53363e98b3bc1a421adb286d6cf8 (patch)
tree0e1645f48945dc4594123d9f3427b189c0891cfa /firmware/common/dir.c
parenta037f0c226606d8c29f0cbbf991e6eed1998f02a (diff)
downloadrockbox-276f62bc6edb53363e98b3bc1a421adb286d6cf8.tar.gz
rockbox-276f62bc6edb53363e98b3bc1a421adb286d6cf8.zip
load rockbox-mode in emacs!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@487 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/common/dir.c')
-rw-r--r--firmware/common/dir.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/common/dir.c b/firmware/common/dir.c
index 66262ef392..c39164d07f 100644
--- a/firmware/common/dir.c
+++ b/firmware/common/dir.c
@@ -97,3 +97,9 @@ struct dirent* readdir(DIR* dir)
97 97
98 return &theent; 98 return &theent;
99} 99}
100
101/*
102 * local variables:
103 * eval: (load-file "../rockbox-mode.el")
104 * end:
105 */