X-Git-Url: https://git.korewanetadesu.com/?p=pico8.git;a=blobdiff_plain;f=pico8.el;fp=pico8.el;h=bc3ce11d3901c94d8b4fafbb0667c03810cec7a4;hp=2597bb3701a4121ea6f75acc56f7bf7a03caede3;hb=60ef55c52f3f238d73da5f8aba60232550405a8a;hpb=7c5a210fcfc3290f36482c73bfe17371ada080d2 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")))))