Rename test view to raw
This commit is contained in:
parent
e8e7d1fcee
commit
b026bf9fcc
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
||||||
(display (cdr (assq 'content todo))))
|
(display (cdr (assq 'content todo))))
|
||||||
todo-list))
|
todo-list))
|
||||||
|
|
||||||
(define-view test
|
(define-view raw
|
||||||
"Just a test view, see everything in todo-list."
|
"Just a test view, see everything in todo-list."
|
||||||
(format #t "~y" todo-list))
|
(format #t "~y" todo-list))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue