diff options
author | mathieu2em <math.per@hotmail.com> | 2019-07-17 18:02:41 -0400 |
---|---|---|
committer | mathieu2em <math.per@hotmail.com> | 2019-08-20 15:31:38 -0400 |
commit | d8c0e60e236ee89e97e8757eef47064b55affdfb (patch) | |
tree | 3aa20b9bb43eeee7b60d20a9eb3b9b4b4d004305 /elisp/geiser-gambit.el | |
parent | 90942aa838701ce0c77e0bddd8a164897f2b536e (diff) | |
download | geiser-guile-d8c0e60e236ee89e97e8757eef47064b55affdfb.tar.gz geiser-guile-d8c0e60e236ee89e97e8757eef47064b55affdfb.tar.bz2 |
better autodoc , completion working , better procedure search , WIP
completions
Diffstat (limited to 'elisp/geiser-gambit.el')
-rw-r--r-- | elisp/geiser-gambit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/geiser-gambit.el b/elisp/geiser-gambit.el index 46964b8..e839665 100644 --- a/elisp/geiser-gambit.el +++ b/elisp/geiser-gambit.el @@ -309,7 +309,7 @@ If `t', Geiser will use `next-error' to jump to the error's location." ;;; Implementation definition: (define-geiser-implementation gambit - (unsupported-procedures '(callers callees generic-methods module-completions + (unsupported-procedures '(callers callees generic-methods module-location symbol-documentation)) (binary geiser-gambit--binary) (arglist geiser-gambit--parameters) |