Skip to content

Commit

Permalink
Bug fix: kiwanami#35 Wrong merging for multiple entries in a day.
Browse files Browse the repository at this point in the history
Thanks @cdeleuze!
  • Loading branch information
kiwanami committed Oct 30, 2014
1 parent d270996 commit ee771f7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions calfw.el
Original file line number Diff line number Diff line change
Expand Up @@ -1165,10 +1165,6 @@ contents list."
calling functions `:data' function."
(cond
((null sources) nil)
((= 1 (length sources))
(cfw:contents-put-source
(funcall (cfw:source-data (car sources)) begin end)
(car sources)))
(t
(loop for s in sources
for f = (cfw:source-data s)
Expand Down

0 comments on commit ee771f7

Please sign in to comment.