From ebad7d9226c38e6c3886b00cee6233f69ffd6c78 Mon Sep 17 00:00:00 2001 From: Francesco Pizzolante Date: Wed, 30 Jan 2013 16:09:22 +0100 Subject: [PATCH] org-macs.el (org-unmodified): Inhibit modification hooks * org-macs.el (org-unmodified): Inhibit modification hooks. TINYCHANGE --- lisp/org-macs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-macs.el b/lisp/org-macs.el index a44bdbe30..ceee30601 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)) -- 2.11.4.GIT