Merge branch 'origin-maint'

This commit is contained in:
Eric Schulte 2012-05-16 13:15:55 -04:00
commit 68c5a2f840
1 changed files with 2 additions and 1 deletions

View File

@ -1214,7 +1214,8 @@ may be specified in the properties of the current outline entry."
(substring body 0 sub-length)
(or body "")))))
(preserve-indentation (or org-src-preserve-indentation
(string-match "-i\\>" switches))))
(save-match-data
(string-match "-i\\>" switches)))))
(list lang
;; get block body less properties, protective commas, and indentation
(with-temp-buffer