org-compat: Provide compatibility definition for font-lock-ensure
commite6883dd03de8c38880b0da806775bdab7727d863
authorAchim Gratz <Stromeko@Stromeko.DE>
Sun, 1 Jun 2014 11:51:44 +0000 (1 13:51 +0200)
committerAchim Gratz <Stromeko@Stromeko.DE>
Sun, 1 Jun 2014 12:22:42 +0000 (1 14:22 +0200)
tree0971bac725692d950a32e77c9dc6f6e96c90afcd
parent38aebc8c247f38c7aa5cf8393ba5301b51004c34
org-compat: Provide compatibility definition for font-lock-ensure

* lisp/org-compat.el: Provide compatibility definition for
  `font-lock-ensure' falling back to `font-lock-fontify-buffer' via an
  alias.

This fallback fixes f36b19eef6.  Using a simple alias means we can't
use the optional arguments for `font-lock-ensure' or would have to
provide a macro if we ever want to use them.
lisp/org-compat.el