org-table: Do not modify buffer needlessly when aligning table
commit6d60138260d54bf8403b9c87155682447808335e
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 28 Jun 2015 13:45:31 +0000 (28 15:45 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 28 Jun 2015 14:21:45 +0000 (28 16:21 +0200)
tree4b16d4e9ebdbfc3355630900036c528920ef77c4
parent03eb88661b7b270b19c00597ffc70a59f53f3a10
org-table: Do not modify buffer needlessly when aligning table

* lisp/org-table.el (org-table-align): Compare new table with old one
  before replacing it.  Only replace modified lines.
lisp/org-table.el