]> code.delx.au - gnu-emacs/commit
Bind inhibit-modification-hooks rather than a/b-c-f
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 12 Sep 2015 04:30:02 +0000 (00:30 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 12 Sep 2015 04:30:02 +0000 (00:30 -0400)
commit166812addb0a1b9b2258ef3ce76424cd7facfa8b
tree9ed1838de7761bf24b94d2182e66a6a696d5baf2
parente125dce50b2fa1c5f57f6ca00ea679437593bdc4
Bind inhibit-modification-hooks rather than a/b-c-f

* lisp/wid-edit.el (widget-editable-list-insert-before)
(widget-editable-list-delete-at):
* lisp/progmodes/cperl-mode.el (cperl-find-pods-heres)
(cperl-font-lock-unfontify-region-function):
* lisp/progmodes/antlr-mode.el (save-buffer-state-x):
* lisp/obsolete/longlines.el (longlines-mode):
* lisp/obsolete/fast-lock.el (save-buffer-state):
* lisp/mouse.el (mouse-save-then-kill-delete-region):
* lisp/gnus/message.el (message-hide-headers):
* lisp/eshell/esh-mode.el (eshell-send-input, eshell-output-filter):
* lisp/ibuffer.el (ibuffer-update-title-and-summary)
(ibuffer-redisplay-engine): Bind inhibit-modification-hooks to t rather
than after/before-change-functions to nil.
lisp/eshell/esh-mode.el
lisp/gnus/message.el
lisp/ibuffer.el
lisp/international/isearch-x.el
lisp/mouse.el
lisp/obsolete/fast-lock.el
lisp/obsolete/longlines.el
lisp/progmodes/antlr-mode.el
lisp/progmodes/cperl-mode.el
lisp/wid-edit.el