diff options
Diffstat (limited to 'lisp/org/ob-js.el')
-rw-r--r-- | lisp/org/ob-js.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/org/ob-js.el b/lisp/org/ob-js.el index 06acfb391bc..f9c1722eb65 100644 --- a/lisp/org/ob-js.el +++ b/lisp/org/ob-js.el @@ -1,11 +1,11 @@ ;;; ob-js.el --- org-babel functions for Javascript -;; Copyright (C) 2010-2011 Free Software Foundation +;; Copyright (C) 2010 Free Software Foundation ;; Author: Eric Schulte ;; Keywords: literate programming, reproducible research, js ;; Homepage: http://orgmode.org -;; Version: 7.4 +;; Version: 7.7 ;;; License: @@ -160,5 +160,6 @@ then create. Return the initialized session." (provide 'ob-js) +;; arch-tag: 84401fb3-b8d9-4bb6-9a90-cbe2d103d494 ;;; ob-js.el ends here |