summaryrefslogtreecommitdiff
path: root/elisp/geiser-plt.el
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2009-05-14 13:07:54 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2009-05-14 13:07:54 +0200
commit643be2437b520af1cb0ebc03114d8c6d8ca2a5ae (patch)
tree8180a0de267bea6e94949469fae245e6e3188f17 /elisp/geiser-plt.el
parent49d7ec0b57dca5551a25bd5d3636844c345ddf0c (diff)
downloadgeiser-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.el6
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