diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-09-26 03:18:25 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-09-26 03:18:25 +0200 |
commit | 574e4afbdf6f1ce1bf6c4e1fa73b7d4f5f264ece (patch) | |
tree | b869a5ba1f15358e4f06ab14932c19a9220ff91f /elisp/geiser-plt.el | |
parent | 9b241873039c2cf817ccc94eaa5bdd3ca2cc470f (diff) | |
download | geiser-guile-574e4afbdf6f1ce1bf6c4e1fa73b7d4f5f264ece.tar.gz geiser-guile-574e4afbdf6f1ce1bf6c4e1fa73b7d4f5f264ece.tar.bz2 |
PLT: Unsupported procedures listed.
Diffstat (limited to 'elisp/geiser-plt.el')
-rw-r--r-- | elisp/geiser-plt.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elisp/geiser-plt.el b/elisp/geiser-plt.el index 63eb53f..00e3590 100644 --- a/elisp/geiser-plt.el +++ b/elisp/geiser-plt.el @@ -166,6 +166,7 @@ This function uses `geiser-plt-init-file' if it exists." (binary geiser-plt-binary) (arglist geiser-plt-parameters) (startup) + (unsupported-procedures '(callers callees generic-methods)) (prompt-regexp geiser-plt-prompt-regexp) (marshall-procedure geiser-plt-geiser-procedure) (find-module geiser-plt-get-module) |