diff options
Diffstat (limited to 'lisp/org/ob-matlab.el')
-rw-r--r-- | lisp/org/ob-matlab.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org/ob-matlab.el b/lisp/org/ob-matlab.el index bb32c5a29f5..717fc746dc6 100644 --- a/lisp/org/ob-matlab.el +++ b/lisp/org/ob-matlab.el @@ -1,11 +1,10 @@ ;;; ob-matlab.el --- org-babel support for matlab evaluation -;; Copyright (C) 2010-2011 Free Software Foundation, Inc. +;; Copyright (C) 2010-2012 Free Software Foundation, Inc. ;; Author: Dan Davison ;; Keywords: literate programming, reproducible research ;; Homepage: http://orgmode.org -;; Version: 7.7 ;; This file is part of GNU Emacs. |