]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-css.el
Update copyright year to 2016
[gnu-emacs] / lisp / org / ob-css.el
index 6c96d53a9938637f98238f88b118349dec1c8d0f..7f3d81ab3a0a8efc40f818825a180a4e7c493b10 100644 (file)
@@ -1,11 +1,10 @@
 ;;; ob-css.el --- org-babel functions for css evaluation
 
-;; Copyright (C) 2009-201 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.
@@ -45,4 +44,5 @@ CSS does not support sessions."
 (provide 'ob-css)
 
 
+
 ;;; ob-css.el ends here