If there is no XACT code print blank, not "nil"
This commit is contained in:
parent
7c618e541d
commit
cf76c25599
1 changed files with 3 additions and 1 deletions
|
|
@ -172,7 +172,9 @@
|
|||
(point-marker)))))))
|
||||
(insert (format "%s %-4s %-30s %-30s %15s\n"
|
||||
(format-time-string "%Y/%m/%d" (nth 2 item))
|
||||
(nth 3 item)
|
||||
(if (nth 3 item)
|
||||
(nth 3 item)
|
||||
"")
|
||||
(nth 4 item) (nth 1 xact) (nth 2 xact)))
|
||||
(if (nth 3 xact)
|
||||
(set-text-properties beg (1- (point))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue