mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 04:40:29 +02:00
* Fix dvi build problem.
This commit is contained in:
parent
ac0b7ebd29
commit
a58c0d5f51
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2001-04-11 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* scheme-procedures.texi (Procedures with Setters): Fix dvi
|
||||
building syntax error. Thanks to Dale P. Smith for the report and
|
||||
patch.
|
||||
|
||||
2001-04-11 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
|
||||
|
||||
* scheme-scheduling.texi (Arbiters): New explanatory text.
|
||||
|
|
|
@ -203,7 +203,8 @@ structure.@footnote{Working definitions would be:
|
|||
(define foo-ref vector-ref)
|
||||
(define foo-set! vector-set!)
|
||||
(define f (make-vector 2 #f))
|
||||
@end lisp}
|
||||
@end lisp
|
||||
}
|
||||
|
||||
@lisp
|
||||
(foo-ref f 0) @result{} bar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue