diff options
Diffstat (limited to 'lisp/org/ob-lua.el')
| -rw-r--r-- | lisp/org/ob-lua.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-lua.el b/lisp/org/ob-lua.el index 530376a41d3..b046b54b1d7 100644 --- a/lisp/org/ob-lua.el +++ b/lisp/org/ob-lua.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ob-lua.el --- Org Babel functions for Lua evaluation -*- lexical-binding: t; -*- | 1 | ;;; ob-lua.el --- Org Babel functions for Lua evaluation -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2014, 2016-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2014, 2016-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: Dieter Schoen | 5 | ;; Authors: Dieter Schoen |
| 6 | ;; Keywords: literate programming, reproducible research | 6 | ;; Keywords: literate programming, reproducible research |