diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-09-30 01:49:53 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-09-30 01:49:53 +0200 |
commit | 841f042b61b5c37dbd3be350295b53003f67a69a (patch) | |
tree | fda9b19461ccd537f2efdeff56e712566c5f679e /elisp/geiser.el | |
parent | 1c105ac47a5e28eb36c6507cbe421f15bf2ded2b (diff) | |
download | geiser-841f042b61b5c37dbd3be350295b53003f67a69a.tar.gz geiser-841f042b61b5c37dbd3be350295b53003f67a69a.tar.bz2 |
New make target, elpa, to create ELPA target
A bunch of shellish ops, but seems to be working fine.
Diffstat (limited to 'elisp/geiser.el')
-rw-r--r-- | elisp/geiser.el | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/elisp/geiser.el b/elisp/geiser.el index 7cf8349..fbc34a6 100644 --- a/elisp/geiser.el +++ b/elisp/geiser.el @@ -24,68 +24,50 @@ ;;; Autoloads: -;;;###autoload (autoload 'geiser-version "geiser-version" "Echo Geiser's version." t) -;;;###autoload (autoload 'geiser-unload "geiser-reload" "Unload all Geiser code." t) -;;;###autoload (autoload 'geiser-reload "geiser-reload" "Reload Geiser code." t) -;;;###autoload (autoload 'geiser "geiser-repl" "Start a Geiser REPL, or switch to a running one." t) -;;;###autoload (autoload 'run-geiser "geiser-repl" "Start a Geiser REPL." t) -;;;###autoload (autoload 'geiser-connect "geiser-repl" "Start a Geiser REPL connected to a remote server." t) -;;;###autoload (autoload 'switch-to-geiser "geiser-repl" "Switch to a running one Geiser REPL." t) -;;;###autoload (autoload 'run-guile "geiser-guile" "Start a Geiser Guile REPL." t) -;;;###autoload (autoload 'switch-to-guile "geiser-guile" "Start a Geiser Guile REPL, or switch to a running one." t) -;;;###autoload (autoload 'connect-to-guile "geiser-guile" "Connect to a remote Geiser Guile REPL." t) -;;;###autoload (autoload 'run-racket "geiser-racket" "Start a Geiser Racket REPL." t) -;;;###autoload (autoload 'run-gracket "geiser-racket" "Start a Geiser GRacket REPL." t) -;;;###autoload (autoload 'switch-to-racket "geiser-racket" "Start a Geiser Racket REPL, or switch to a running one." t) -;;;###autoload (autoload 'connect-to-racket "geiser-racket" "Connect to a remote Geiser Racket REPL." t) -;;;###autoload (autoload 'geiser-mode "geiser-mode" "Minor mode adding Geiser REPL interaction to Scheme buffers." t) -;;;###autoload (autoload 'turn-on-geiser-mode "geiser-mode" "Enable Geiser's mode (useful in Scheme buffers)." t) -;;;###autoload (autoload 'turn-off-geiser-mode "geiser-mode" "Disable Geiser's mode (useful in Scheme buffers)." t) -;;;###autoload (autoload 'geiser-mode--maybe-activate "geiser-mode") ;;;###autoload |