diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-05-14 13:07:54 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-05-14 13:07:54 +0200 |
commit | 643be2437b520af1cb0ebc03114d8c6d8ca2a5ae (patch) | |
tree | 8180a0de267bea6e94949469fae245e6e3188f17 /elisp/geiser-plt.el | |
parent | 49d7ec0b57dca5551a25bd5d3636844c345ddf0c (diff) | |
download | geiser-643be2437b520af1cb0ebc03114d8c6d8ca2a5ae.tar.gz geiser-643be2437b520af1cb0ebc03114d8c6d8ca2a5ae.tar.bz2 |
Fixing the mess during initialization.
Diffstat (limited to 'elisp/geiser-plt.el')
-rw-r--r-- | elisp/geiser-plt.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/elisp/geiser-plt.el b/elisp/geiser-plt.el index cfc0909..e0400ec 100644 --- a/elisp/geiser-plt.el +++ b/elisp/geiser-plt.el @@ -24,7 +24,6 @@ ;;; Code: -(require 'geiser-impl) (require 'geiser-eval) (require 'geiser-syntax) (require 'geiser-custom) @@ -168,10 +167,5 @@ This function uses `geiser-plt-init-file' if it exists." (with-syntax 1)) -;;; Register this implementation: - -(geiser-impl--register 'plt) - - (provide 'geiser-plt) ;;; geiser-plt.el ends here |