Use `with-silent-modifications' instead of `org-unmodified' when it makes sense
commit43c8aa02cc2301661fe203ec4d4a90d94d6353e6
authorBastien Guerry <bzg@altern.org>
Sat, 23 Feb 2013 13:57:51 +0000 (23 14:57 +0100)
committerBastien Guerry <bzg@altern.org>
Sat, 23 Feb 2013 13:57:51 +0000 (23 14:57 +0100)
tree1af2df591a30ddc2fcfe30c7cb14982edd6ff4c7
parent64aae2fd2929a86d56f4eb01e50270d3f64e58be
Use `with-silent-modifications' instead of `org-unmodified' when it makes sense

* org-macs.el: Add a comment on when to use `org-unmodified'
and when to use `with-silent-modifications'.

* org-colview.el (org-columns-display-here)
(org-columns-remove-overlays, org-columns-quit)
(org-columns-edit-value, org-columns-compute-all)
(org-columns-compute, org-agenda-colview-compute):
* org-clock.el (org-clock-sum):
* org.el (org-refresh-category-properties)
(org-refresh-properties, org-entry-blocked-p)
(org-agenda-prepare-buffers): Use `with-silent-modifications'
instead of `org-unmodified'.

Thanks to Stefan Monnier for reminding me about `with-silent-modifications'!
lisp/org-clock.el
lisp/org-colview.el
lisp/org-macs.el
lisp/org.el