From 60ef55c52f3f238d73da5f8aba60232550405a8a Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Sat, 9 Sep 2017 13:02:23 +0200 Subject: [PATCH] Remove FIXME not worth fixing. --- pico8.el | 3 --- 1 file changed, 3 deletions(-) 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"))))) -- 2.20.1