]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-css.el
Update copyright year to 2016
[gnu-emacs] / lisp / org / ob-css.el
index a9ac1cfa20f9af1ec57c09c9177b726773fa85a8..7f3d81ab3a0a8efc40f818825a180a4e7c493b10 100644 (file)
@@ -1,6 +1,6 @@
 ;;; 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
@@ -34,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.