next and prior change slides

svn: r3254
This commit is contained in:
Matthew Flatt 2006-06-06 20:33:02 +00:00
parent a0fefe5ab2
commit 9b942c21eb

View File

@ -215,10 +215,10 @@
(shift e 0 -1 void)]
[(down)
(shift e 0 1 void)]
[(#\space #\f #\n)
[(#\space #\f #\n next)
(next)
#t]
[(#\b #\backspace #\rubout)
[(#\b #\backspace #\rubout prior)
(prev)
#t]
[(#\g)