From: Joe Wreschnig Date: Sat, 9 Sep 2017 11:02:23 +0000 (+0200) Subject: Remove FIXME not worth fixing. X-Git-Url: https://git.korewanetadesu.com/?p=pico8.git;a=commitdiff_plain;h=60ef55c52f3f238d73da5f8aba60232550405a8a;hp=7c5a210fcfc3290f36482c73bfe17371ada080d2 Remove FIXME not worth fixing. --- diff --git a/pico8.el b/pico8.el index 2597bb3..bc3ce11 100644 --- a/pico8.el +++ b/pico8.el @@ -496,9 +496,6 @@ This function needs a lot of work.." (and (re-search-backward "\\" (- (point) 30) t) (char-after))))) - ;; FIXME: Actually parse something? lua-mode's sexp - ;; commands don't seem too good, and counting parentheses - ;; by hand is for nerds. (cond ((= c ?f) (pico8-goto-flag n)) ((= c ?s) (pico8-goto-sprite n)) (t (error "There's nothing obvious to go to")))))