mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
Fix typo.
This commit is contained in:
parent
e2012b459c
commit
7e3521747d
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ exec ${GUILE-guile} -l $0 -c "(apply $main (cdr (command-line)))" "$@"
|
|||
(value #t))
|
||||
(todo (single-char #\t))
|
||||
(done (single-char #\d))
|
||||
(review (single-char #\d))
|
||||
(review (single-char #\r))
|
||||
;; Add options here.
|
||||
))))
|
||||
(display-items p (select-items p (read-TODO (car (option-ref p '() #f))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue