summaryrefslogtreecommitdiff
path: root/elisp/geiser-repl.el
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-11-22 03:34:45 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-11-22 03:34:45 +0100
commitfaaa1b701b13333edb00d78080b232a78844874b (patch)
treed5dd7cd81b16223d11031cd864096f65ae9c45e7 /elisp/geiser-repl.el
parent565b22e7d26a852504fe09b5316cea06f767e2d1 (diff)
downloadgeiser-faaa1b701b13333edb00d78080b232a78844874b.tar.gz
geiser-faaa1b701b13333edb00d78080b232a78844874b.tar.bz2
Fix for compiled Geiser
geiser-repl was missing a (require 'geiser-doc) that was making things go pretty awry for compiled geiser on os x (emacs 23.2.20), but nowhere else, for reasons that escape me. Issue was, the popup buffer macros were not seen. Go figure.
Diffstat (limited to 'elisp/geiser-repl.el')
-rw-r--r--elisp/geiser-repl.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/elisp/geiser-repl.el b/elisp/geiser-repl.el
index 7acaa23..d691dc8 100644
--- a/elisp/geiser-repl.el
+++ b/elisp/geiser-repl.el
@@ -10,6 +10,7 @@
(require 'geiser-company)
+(require 'geiser-doc)
(require 'geiser-autodoc)
(require 'geiser-edit)
(require 'geiser-completion)