diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2007-01-24 15:32:39 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2007-01-24 15:32:39 +0000 |
| commit | a239bb26c5df987f5398b0c7a5804639889a59a0 (patch) | |
| tree | d6edacf4b6aa9950de003d65179abaea24215edf /tools | |
| parent | 46f7f7de4d0d45c52aa3fbac662bee5e02a7a450 (diff) | |
| download | rockbox-a239bb26c5df987f5398b0c7a5804639889a59a0.zip rockbox-a239bb26c5df987f5398b0c7a5804639889a59a0.tar.gz rockbox-a239bb26c5df987f5398b0c7a5804639889a59a0.tar.bz2 rockbox-a239bb26c5df987f5398b0c7a5804639889a59a0.tar.xz | |
better lisp
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12104 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/rockbox-style.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rockbox-style.el b/tools/rockbox-style.el index f955488..b1d3aed 100644 --- a/tools/rockbox-style.el +++ b/tools/rockbox-style.el @@ -9,7 +9,7 @@ ;; ;; /* ----------------------------------------------------------------- ;; * local variables: -;; * eval: (set c-file-style "rockbox") +;; * eval: (c-set-style "rockbox") ;; * end: ;; */ ;; |