org-src.el (org-src-font-lock-fontify-block): Do not use `font-lock-ensure'
commit99f999944e03de3d2e2783559d3b22ad54a7a261
authorBastien Guerry <bzg@altern.org>
Sun, 27 Jul 2014 22:34:55 +0000 (28 00:34 +0200)
committerBastien Guerry <bzg@altern.org>
Sun, 27 Jul 2014 22:34:55 +0000 (28 00:34 +0200)
treed629548484d1b0ccf47c97c5eeb9e7d1290e5e3c
parent8f3a1f3d22d5f942fe9ca543eeb75ebe40fa9423
org-src.el (org-src-font-lock-fontify-block): Do not use `font-lock-ensure'

* org-src.el (org-src-font-lock-fontify-block): Use
`font-lock-fontify-buffer' instead of `font-lock-ensure',
otherwise fonts are not displayed for src blocks.

Thanks to Mathäus Meyer for reporting this.
lisp/org-src.el