mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-30 08:50:23 +02:00
(compile-interface-spec): Bug fix: the keyword argument is "renamer"
not "rename".
This commit is contained in:
parent
8666d8bc05
commit
f72d1379f7
1 changed files with 1 additions and 1 deletions
|
@ -2652,7 +2652,7 @@
|
|||
(define keys
|
||||
;; sym key quote?
|
||||
'((:select #:select #t)
|
||||
(:rename #:rename #f)))
|
||||
(:renamer #:renamer #f)))
|
||||
(if (not (pair? (car spec)))
|
||||
`(',spec)
|
||||
`(',(car spec)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue