diff options
Diffstat (limited to 'firmware/common')
-rw-r--r-- | firmware/common/dir.c | 6 |
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) return &theent; } + +/* + * local variables: + * eval: (load-file "../rockbox-mode.el") + * end: + */ |