Fix some #+ blocks fontification when there is no lang attribute
commit549a5212566e300023e038ec945cb9e8efe37e19
authorJulien Barnier <julien@nozav.org>
Fri, 1 Jul 2011 15:28:32 +0000 (1 17:28 +0200)
committerBastien Guerry <bzg@altern.org>
Fri, 1 Jul 2011 15:28:32 +0000 (1 17:28 +0200)
tree53d2b2ae13296437868ccee1a5ae8d8181c1e627
parenta51c5637f9c9c8a20eaa063cd35427ffd211787d
Fix some #+ blocks fontification when there is no lang attribute

* lisp/org.el (org-fontify-meta-lines-and-blocks-1): Fix test for src blocks
lang attribute

When there is no lang attribute to a block (for quote, verse or others), the
lang variable is not nil, but an empty string.
lisp/org.el