diff options
author | VCGS40Y <ricardo.herdt@cariad.technology> | 2022-07-17 11:10:38 +0200 |
---|---|---|
committer | VCGS40Y <ricardo.herdt@cariad.technology> | 2022-07-17 11:16:56 +0200 |
commit | 481d6b2463ed961e46917ad89e3d90d517266adb (patch) | |
tree | 36af8646f7b334695fbd7df0c9e3a3f6a437cc0a /src/geiser/emacs.scm | |
parent | c641fcc50b6b86ca95743122b5206cdcd475f96e (diff) | |
download | geiser-guile-481d6b2463ed961e46917ad89e3d90d517266adb.tar.gz geiser-guile-481d6b2463ed961e46917ad89e3d90d517266adb.tar.bz2 |
Fix bug where 'program-arities' returns #<unspecified> (issue #23)
program-arities now returns an empty list if no arities information is found.
This fixes the bug that happens when calling, say, `(autodoc '(display))`,
which leads to following error:
```
scheme@(guile-user)> (autodoc '(display))
ice-9/boot-9.scm:1669:16: In procedure raise-exception:
In procedure map: Wrong type argument: #<unspecified>
Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue.
scheme@(guile-user) [1]> ,q
```
Diffstat (limited to 'src/geiser/emacs.scm')
0 files changed, 0 insertions, 0 deletions