summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Pizzolante <fpz-djc/iPCCuDYQheJpep6IedvLeJWuRmrY@public.gmane.org>2013-01-30 16:09:22 +0100
committerBastien Guerry <bzg@altern.org>2013-01-30 17:53:22 +0100
commitebad7d9226c38e6c3886b00cee6233f69ffd6c78 (patch)
treeadad8625476dbbe68d6684d70023c0f5fa7d1215
parent4890bbed8c8d26b270c412cbcc6e65c508473801 (diff)
downloadorg-mode-ebad7d9226c38e6c3886b00cee6233f69ffd6c78.tar.gz
org-macs.el (org-unmodified): Inhibit modification hooks
* org-macs.el (org-unmodified): Inhibit modification hooks. TINYCHANGE
-rw-r--r--lisp/org-macs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-macs.el b/lisp/org-macs.el
index a44bdbe..ceee306 100644
--- a/lisp/org-macs.el
+++ b/lisp/org-macs.el
@@ -93,7 +93,7 @@ Also, do not record undo information."
`(set-buffer-modified-p
(prog1 (buffer-modified-p)
(let ((buffer-undo-list t)
- before-change-functions after-change-functions)
+ (inhibit-modification-hooks t))
,@body))))
(def-edebug-spec org-unmodified (body))