]> git.eshelyaron.com Git - emacs.git/commit
Call modification hooks in org-src fontify buffers
authorNoam Postavsky <npostavs@gmail.com>
Sat, 7 Jan 2017 21:05:19 +0000 (16:05 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Sun, 29 Jan 2017 16:01:32 +0000 (11:01 -0500)
commitae8264c5cccf19d5b25a340a605bf2f07de1577e
tree03dc5ed1c5cf1d71e2caca2f5163f11f48963c30
parentb3139da0778739b88e17aa9d980e6025b811f928
Call modification hooks in org-src fontify buffers

* lisp/org/org-src.el (org-src-font-lock-fontify-block): Let-bind
`inhibit-modification-hooks' to nil, since this function can be called
from jit-lock-function which binds that variable to t (Bug#25132).
lisp/org/org-src.el