diff options
author | Andy Wingo <wingo@pobox.com> | 2017-02-23 09:29:31 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2017-02-23 09:29:31 +0100 |
commit | 7242ca566f44ba498b9c3ecacb996182ab57cdce (patch) | |
tree | 3c6513fe4aa2e771f7383f581876132a7fa241be /NEWS | |
parent | c7fb87cd6e8ccf7e2a47c715a1d4a6cf82d846a3 (diff) |
Fix typo in old NEWS.
* NEWS: Fix typo.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |