Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2014-02-09 14:54:23 +01:00
commit 05cd942f31
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ the display of windows containing the Org buffer and the code buffer."
(condition-case e
(funcall lang-f)
(error
(error "Language mode `%s' fails with: %S" lang-f (nth 1 e)))))
(message "Language mode `%s' fails with: %S" lang-f (nth 1 e)))))
(dolist (pair transmitted-variables)
(org-set-local (car pair) (cadr pair)))
;; Remove protecting commas from visible part of buffer.