projects
/
platform
/
upstream
/
guile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7fb87c
)
Fix typo in old NEWS.
author
Andy Wingo
<wingo@pobox.com>
Thu, 23 Feb 2017 08:29:31 +0000
(09:29 +0100)
committer
Andy Wingo
<wingo@pobox.com>
Thu, 23 Feb 2017 08:29:31 +0000
(09:29 +0100)
* NEWS: Fix typo.
NEWS
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index 4dc7173af3e775cecf9aa009b8dbb2ce80d61873..21268135a2b6814340cfbbb7cc03428627e86e2f 100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-1055,7
+1055,7
@@
if you defined a class C:
And now you define a subclass, intending to provide an #:init-value for
the slot A:
- (define-class D ()
+ (define-class D (
A
)
(a #:init-value 42))
Really what you have done is define in D a new slot with the same name,