This commit is contained in:
Eric Schulte 2011-07-01 17:37:30 -07:00
parent ca4472063a
commit 9c0ddffdc4
1 changed files with 1 additions and 1 deletions

View File

@ -5207,7 +5207,7 @@ will be prompted for."
(add-text-properties end1 (+ end 1) '(face org-meta-line))
; for end_src
(cond
((and lang (not (string= lang "") org-src-fontify-natively))
((and lang (not (string= lang "")) org-src-fontify-natively)
(org-src-font-lock-fontify-block lang block-start block-end)
;; remove old background overlays
(mapc (lambda (ov)