aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org/ob-clojure.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org/ob-clojure.el')
-rw-r--r--lisp/org/ob-clojure.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-clojure.el b/lisp/org/ob-clojure.el
index b49bfe58898..852fe08b934 100644
--- a/lisp/org/ob-clojure.el
+++ b/lisp/org/ob-clojure.el
@@ -1,6 +1,6 @@
1;;; ob-clojure.el --- Babel Functions for Clojure -*- lexical-binding: t; -*- 1;;; ob-clojure.el --- Babel Functions for Clojure -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2009-2017 Free Software Foundation, Inc. 3;; Copyright (C) 2009-2018 Free Software Foundation, Inc.
4 4
5;; Author: Joel Boehland, Eric Schulte, Oleh Krehel, Frederick Giasson 5;; Author: Joel Boehland, Eric Schulte, Oleh Krehel, Frederick Giasson
6;; 6;;