diff options
Diffstat (limited to 'lisp/org/ob-css.el')
-rw-r--r-- | lisp/org/ob-css.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org/ob-css.el b/lisp/org/ob-css.el index 48ea9e3f937..1c3aad5d0c8 100644 --- a/lisp/org/ob-css.el +++ b/lisp/org/ob-css.el @@ -1,6 +1,6 @@ ;;; ob-css.el --- org-babel functions for css evaluation -;; Copyright (C) 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research @@ -44,6 +44,5 @@ CSS does not support sessions." (provide 'ob-css) -;; arch-tag: f4447e8c-50ab-41f9-b322-b7b9574d9fbe ;;; ob-css.el ends here |