mirror of https://codeberg.org/cage/tinmop/
- removed useless comment.
This commit is contained in:
parent
3f27420848
commit
5f4789be79
|
@ -259,7 +259,7 @@
|
||||||
text
|
text
|
||||||
(make-tui-string text)))))
|
(make-tui-string text)))))
|
||||||
(row-add-original-object res original-object)
|
(row-add-original-object res original-object)
|
||||||
res)) ; even if row-add-original-object returns the modified line explicit returns for clarity
|
res))
|
||||||
|
|
||||||
(defun row-pre-start-p (row)
|
(defun row-pre-start-p (row)
|
||||||
(typep (row-get-original-object row)
|
(typep (row-get-original-object row)
|
||||||
|
|
Loading…
Reference in New Issue