diff options
| -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) | 
