Keeping the elisp compiler happy
commit48ba8943e8ad63f778cf89b6e7dc41313127fffb
authorJose Antonio Ortega Ruiz <jao@gnu.org>
Mon, 12 Oct 2015 10:02:18 +0000 (12 12:02 +0200)
committerJose Antonio Ortega Ruiz <jao@gnu.org>
Mon, 12 Oct 2015 10:02:18 +0000 (12 12:02 +0200)
treec0bc04dd5586ca90758ca7190565443d3e88d1b7
parent697d0ac94d2d63bf755931122beafcbe1304b321
Keeping the elisp compiler happy

Mainly by reordering definitions so that functions are not used before
defined.  There are a couple of places where the compiler and I
disagree (it complains withing eval-after-load), and a valid complain
about functions defined via geiser-popup--define that should be
addressed).
elisp/geiser-debug.el
elisp/geiser-eval.el
elisp/geiser-racket.el
elisp/geiser-repl.el
elisp/geiser-syntax.el