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 7bc97f82909..a9ac1cfa20f 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-2011 Free Software Foundation, Inc. +;; Copyright (C) 2009-2012 Free Software Foundation, Inc. ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.7 ;; This file is part of GNU Emacs. |