summaryrefslogtreecommitdiff
path: root/firmware
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
parent7b3a9cfbd6cf529df030daa1875b5010984f44c5 (diff)
downloadrockbox-74cc9e41fadc7a362144e920c2f5cbffd7e208ff.tar.gz
rockbox-74cc9e41fadc7a362144e920c2f5cbffd7e208ff.zip
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')
-rw-r--r--firmware/backlight.c6
-rw-r--r--firmware/common/dir.c6
-rw-r--r--firmware/common/file.c6
-rw-r--r--firmware/common/strtok.c6
-rw-r--r--firmware/drivers/button.c8
-rw-r--r--firmware/drivers/button.h6
-rw-r--r--firmware/drivers/fat.c6
-rw-r--r--firmware/drivers/lcd-player.c6
-rw-r--r--firmware/drivers/lcd-recorder.c6
-rw-r--r--firmware/font.c3
-rw-r--r--firmware/font.h3
-rw-r--r--firmware/id3.c6
-rw-r--r--firmware/malloc/dmalloc.c6
-rw-r--r--firmware/mpeg.c6
14 files changed, 0 insertions, 80 deletions
diff --git a/firmware/backlight.c b/firmware/backlight.c
index 5f11c8ff94..0974005136 100644
--- a/firmware/backlight.c
+++ b/firmware/backlight.c
@@ -172,9 +172,3 @@ void backlight_init(void)
172 172
173 backlight_on(); 173 backlight_on();
174} 174}
175
176/* -----------------------------------------------------------------
177 * local variables:
178 * eval: (load-file "rockbox-mode.el")
179 * end:
180 */
diff --git a/firmware/common/dir.c b/firmware/common/dir.c
index 6bf9a53cad..61c3ccbf90 100644
--- a/firmware/common/dir.c
+++ b/firmware/common/dir.c
@@ -114,9 +114,3 @@ struct dirent* readdir(DIR* dir)
114 114
115 return theent; 115 return theent;
116} 116}
117
118/*
119 * local variables:
120 * eval: (load-file "../rockbox-mode.el")
121 * end:
122 */
diff --git a/firmware/common/file.c b/firmware/common/file.c
index 644019effc..4477ed10aa 100644
--- a/firmware/common/file.c
+++ b/firmware/common/file.c
@@ -554,9 +554,3 @@ int lseek(int fd, int offset, int whence)
554 554
555 return pos; 555 return pos;
556} 556}
557
558/*
559 * local variables:
560 * eval: (load-file "../rockbox-mode.el")
561 * end:
562 */
diff --git a/firmware/common/strtok.c b/firmware/common/strtok.c
index 10287749c1..4a0794887e 100644
--- a/firmware/common/strtok.c
+++ b/firmware/common/strtok.c
@@ -59,9 +59,3 @@ strtok_r(char *ptr, const char *sep, char **end)
59} 59}
60 60
61#endif /* this was only compiled if strtok_r wasn't present */ 61#endif /* this was only compiled if strtok_r wasn't present */
62
63/*
64 * local variables:
65 * eval: (load-file "../rockbox-mode.el")
66 * end:
67 */
diff --git a/firmware/drivers/button.c b/firmware/drivers/button.c
index ebf606ac25..2c33440fef 100644
--- a/firmware/drivers/button.c
+++ b/firmware/drivers/button.c
@@ -335,11 +335,3 @@ static int button_read(void)
335} 335}
336 336
337#endif 337#endif
338
339
340
341/* -----------------------------------------------------------------
342 * local variables:
343 * eval: (load-file "../rockbox-mode.el")
344 * end:
345 */
diff --git a/firmware/drivers/button.h b/firmware/drivers/button.h
index d961e775d0..c980e2e36c 100644
--- a/firmware/drivers/button.h
+++ b/firmware/drivers/button.h
@@ -74,9 +74,3 @@ int button_get_w_tmo(int ticks);
74#endif /* HAVE_PLAYER_KEYPAD */ 74#endif /* HAVE_PLAYER_KEYPAD */
75 75
76#endif 76#endif
77
78/* -----------------------------------------------------------------
79 * local variables:
80 * eval: (load-file "../rockbox-mode.el")
81 * end:
82 */
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)
1804 } 1804 }
1805 return 0; 1805 return 0;
1806} 1806}
1807
1808/* -----------------------------------------------------------------
1809 * local variables:
1810 * eval: (load-file "../rockbox-mode.el")
1811 * end:
1812 */
diff --git a/firmware/drivers/lcd-player.c b/firmware/drivers/lcd-player.c
index 1333a152f4..0ca551c63a 100644
--- a/firmware/drivers/lcd-player.c
+++ b/firmware/drivers/lcd-player.c
@@ -584,9 +584,3 @@ static void scroll_thread(void)
584} 584}
585 585
586#endif /* HAVE_LCD_CHARCELLS */ 586#endif /* HAVE_LCD_CHARCELLS */
587
588/* -----------------------------------------------------------------
589 * local variables:
590 * eval: (load-file "../rockbox-mode.el")
591 * end:
592 */
diff --git a/firmware/drivers/lcd-recorder.c b/firmware/drivers/lcd-recorder.c
index 84fb486b8e..6a73c07f70 100644
--- a/firmware/drivers/lcd-recorder.c
+++ b/firmware/drivers/lcd-recorder.c
@@ -833,9 +833,3 @@ static void scroll_thread(void)
833} 833}
834 834
835#endif 835#endif
836
837/* -----------------------------------------------------------------
838 * local variables:
839 * eval: (load-file "../rockbox-mode.el")
840 * end:
841 */
diff --git a/firmware/font.c b/firmware/font.c
index 2fe43b5fd3..f1762ba698 100644
--- a/firmware/font.c
+++ b/firmware/font.c
@@ -359,8 +359,5 @@ static void rotleft(unsigned char *dst, bitmap_t *src, unsigned int width,
359#endif /* HAVE_LCD_BITMAP */ 359#endif /* HAVE_LCD_BITMAP */
360 360
361/* ----------------------------------------------------------------- 361/* -----------------------------------------------------------------
362 * local variables:
363 * eval: (load-file "rockbox-mode.el")
364 * vim: et sw=4 ts=8 sts=4 tw=78 362 * vim: et sw=4 ts=8 sts=4 tw=78
365 * end:
366 */ 363 */
diff --git a/firmware/font.h b/firmware/font.h
index 8e0bb9ce90..b45fccbbde 100644
--- a/firmware/font.h
+++ b/firmware/font.h
@@ -112,8 +112,5 @@ void font_reset(void);
112#endif 112#endif
113 113
114/* ----------------------------------------------------------------- 114/* -----------------------------------------------------------------
115 * local variables:
116 * eval: (load-file "rockbox-mode.el")
117 * vim: et sw=4 ts=8 sts=4 tw=78 115 * vim: et sw=4 ts=8 sts=4 tw=78
118 * end:
119 */ 116 */
diff --git a/firmware/id3.c b/firmware/id3.c
index be39aefd5e..841d735eec 100644
--- a/firmware/id3.c
+++ b/firmware/id3.c
@@ -809,9 +809,3 @@ int main(int argc, char **argv)
809} 809}
810 810
811#endif 811#endif
812
813/* -----------------------------------------------------------------
814 * local variables:
815 * eval: (load-file "rockbox-mode.el")
816 * end:
817 */
diff --git a/firmware/malloc/dmalloc.c b/firmware/malloc/dmalloc.c
index 66983a1a7f..7f1690b221 100644
--- a/firmware/malloc/dmalloc.c
+++ b/firmware/malloc/dmalloc.c
@@ -632,9 +632,3 @@ calloc (size_t nmemb, size_t size)
632 632
633 return result; 633 return result;
634} 634}
635
636/* -----------------------------------------------------------------
637 * local variables:
638 * eval: (load-file "../rockbox-mode.el")
639 * end:
640 */
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index ea07c94e43..503fe6dc1f 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -2925,9 +2925,3 @@ void mpeg_init(int volume, int bass, int treble, int balance, int loudness, int
2925 dbg_cnt2us(0); 2925 dbg_cnt2us(0);
2926#endif 2926#endif
2927} 2927}
2928
2929/* -----------------------------------------------------------------
2930 * local variables:
2931 * eval: (load-file "rockbox-mode.el")
2932 * end:
2933 */