summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-12-01 16:21:34 +0100
committerStefan Kangas <stefan@marxist.se>2021-12-01 17:03:52 +0100
commit50b40e1d4f0063ac78a53673736a2eaa3ba3287b (patch)
treeb01670b8b7ef377832963bd862e49f06c456111c
parent84166ea2e6a5c54fad1d31812eb6f3b3ca7374a1 (diff)
downloademacs-50b40e1d4f0063ac78a53673736a2eaa3ba3287b.tar.gz
; * lisp/org/ob-julia.el: Fix Author header for authors.el.
-rw-r--r--lisp/org/ob-julia.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/org/ob-julia.el b/lisp/org/ob-julia.el
index 4fae0d142b2..3176baf3702 100644
--- a/lisp/org/ob-julia.el
+++ b/lisp/org/ob-julia.el
@@ -1,7 +1,7 @@
;;; ob-julia.el --- org-babel functions for julia code evaluation -*- lexical-binding: t; -*-
;; Copyright (C) 2013-2021 Free Software Foundation, Inc.
-;; Authors: G. Jay Kerns, based on ob-R.el by Eric Schulte and Dan Davison
+;; Authors: G. Jay Kerns
;; Maintainer: Pedro Bruel <pedro.bruel@gmail.com>
;; Keywords: literate programming, reproducible research, scientific computing
;; Homepage: https://github.com/phrb/ob-julia
@@ -24,6 +24,8 @@
;;; Commentary:
;; Org-Babel support for evaluating julia code
+;;
+;; Based on ob-R.el by Eric Schulte and Dan Davison.
;;; Code:
(require 'cl-lib)