diff options
Diffstat (limited to 'lisp/org/ob-makefile.el')
-rw-r--r-- | lisp/org/ob-makefile.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org/ob-makefile.el b/lisp/org/ob-makefile.el index 69ab6fe9eaa..eae64cf4a94 100644 --- a/lisp/org/ob-makefile.el +++ b/lisp/org/ob-makefile.el @@ -37,8 +37,7 @@ This function is called by `org-babel-execute-src-block'." body) (defun org-babel-prep-session:makefile (_session _params) - "Return an error if the :session header argument is set. Make -does not support sessions." + "Signal error; Make does not support sessions." (error "Makefile sessions are nonsensical")) (provide 'ob-makefile) |