diff options
| author | Francesco Pizzolante <fpz-djc/iPCCuDYQheJpep6IedvLeJWuRmrY@public.gmane.org> | 2013-01-30 15:09:22 (GMT) |
|---|---|---|
| committer | Bastien Guerry <bzg@altern.org> | 2013-01-30 16:53:22 (GMT) |
| commit | ebad7d9226c38e6c3886b00cee6233f69ffd6c78 (patch) | |
| tree | adad8625476dbbe68d6684d70023c0f5fa7d1215 | |
| parent | 4890bbed8c8d26b270c412cbcc6e65c508473801 (diff) | |
| download | org-mode-ebad7d9226c38e6c3886b00cee6233f69ffd6c78.zip org-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.el | 2 |
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)) |
