diff options
| author | Bastien Guerry <bzg@altern.org> | 2013-01-30 16:53:30 (GMT) |
|---|---|---|
| committer | Bastien Guerry <bzg@altern.org> | 2013-01-30 16:53:30 (GMT) |
| commit | ff2d373dc3701d896225876938120dae318e1268 (patch) | |
| tree | e644360e3d039f94ee005b1e1238463eaf521df5 | |
| parent | e81ed15d7d547c624b0682c54a62cdca506981cc (diff) | |
| parent | ebad7d9226c38e6c3886b00cee6233f69ffd6c78 (diff) | |
| download | org-mode-ff2d373dc3701d896225876938120dae318e1268.zip org-mode-ff2d373dc3701d896225876938120dae318e1268.tar.gz | |
Merge branch 'maint'
| -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 974a366..cd3f2fe 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)) |
