diff options
Diffstat (limited to 'lisp/org/ob-sh.el')
-rw-r--r-- | lisp/org/ob-sh.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org/ob-sh.el b/lisp/org/ob-sh.el index e153d68b575..0d52fd3eed5 100644 --- a/lisp/org/ob-sh.el +++ b/lisp/org/ob-sh.el @@ -1,6 +1,6 @@ ;;; ob-sh.el --- org-babel functions for shell 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 @@ -166,6 +166,5 @@ return the value of the last statement in BODY." (provide 'ob-sh) -;; arch-tag: 416dd531-c230-4b0a-a5bf-8d948f990f2d ;;; ob-sh.el ends here |