X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/9efd720d16c6a8adba600cfb303b4bd75d7c6cdf..0e963201d03d9229bb8ac4323291d2b0119526ed:/lisp/org/ob-css.el diff --git a/lisp/org/ob-css.el b/lisp/org/ob-css.el index 48ea9e3f93..7f3d81ab3a 100644 --- a/lisp/org/ob-css.el +++ b/lisp/org/ob-css.el @@ -1,11 +1,10 @@ ;;; ob-css.el --- org-babel functions for css evaluation -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009-2016 Free Software Foundation, Inc. ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.4 ;; This file is part of GNU Emacs. @@ -35,7 +34,7 @@ (defun org-babel-execute:css (body params) "Execute a block of CSS code. This function is called by `org-babel-execute-src-block'." - body) + body) (defun org-babel-prep-session:css (session params) "Return an error if the :session header argument is set. @@ -44,6 +43,6 @@ CSS does not support sessions." (provide 'ob-css) -;; arch-tag: f4447e8c-50ab-41f9-b322-b7b9574d9fbe + ;;; ob-css.el ends here