summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <eric.schulte@gmx.com>2012-07-27 05:18:53 -0600
committerEric Schulte <eric.schulte@gmx.com>2012-07-27 05:18:53 -0600
commit82e269a472d394f0a75268af44bde43490a363e6 (patch)
tree1faa4fbbd8a26f6cb599ae3cda3dbb72d4637759
parent2dfa6aaf7944b44c0f4f9937c625818f1b7bec13 (diff)
downloadorg-mode-82e269a472d394f0a75268af44bde43490a363e6.tar.gz
common lisp should be mentioned as a babel language
Thanks to dunib from #org-mode for pointing this out. * lisp/org.el (org-babel-load-languages): Common lisp should be mentioned as a supported babel language.
-rw-r--r--lisp/org.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 575fb7c..caa6160 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -177,6 +177,7 @@ requirements) is loaded."
(const :tag "LaTeX" latex)
(const :tag "Ledger" ledger)
(const :tag "Lilypond" lilypond)
+ (const :tag "Lisp" lisp)
(const :tag "Maxima" maxima)
(const :tag "Matlab" matlab)
(const :tag "Mscgen" mscgen)