mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-03 16:20:39 +02:00
Fix api-diff.scm typo
* module/scripts/api-diff.scm (get): Fix typo introduced by my refactoring.
This commit is contained in:
parent
4b96e2509e
commit
6190b5a02f
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
(lambda () (read))))
|
||||
|
||||
(define put set-object-property!)
|
||||
(define get yobject-property)
|
||||
(define get object-property)
|
||||
|
||||
(define (read-api-alist-file file)
|
||||
(let* ((alist (read-alist-file file))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue