Merge branch 'maint'

This commit is contained in:
Kyle Meyer 2017-04-23 19:46:36 -04:00
commit 871ecea3ca
1 changed files with 2 additions and 2 deletions

View File

@ -278,12 +278,12 @@ its header arguments."
(defun org-babel-prep-session:C (_session _params)
"This function does nothing as C is a compiled language with no
support for sessions"
(error "C is a compiled languages -- no support for sessions"))
(error "C is a compiled language -- no support for sessions"))
(defun org-babel-load-session:C (_session _body _params)
"This function does nothing as C is a compiled language with no
support for sessions"
(error "C is a compiled languages -- no support for sessions"))
(error "C is a compiled language -- no support for sessions"))
;; helper functions