fourier / ztree

Directory tree comparison mode for Emacs
http://www.emacswiki.org/emacs/ZtreeDiff
GNU General Public License v3.0
239 stars 21 forks source link

Simplify logic in ztree-diff-node-traverse #24

Closed fourier closed 9 years ago

fourier commented 9 years ago

The function is too big. Need to simplify it by removing return values and force it to update the node instead of returning values. Some other changes probably required as well.