Add org-babel-make-language-alias function.
commit848a87634d3d2d8de9e0403867a780897db63a73
authorAaron Ecay <aaronecay@gmail.com>
Sun, 14 Feb 2016 15:14:30 +0000 (14 15:14 +0000)
committerAaron Ecay <aaronecay@gmail.com>
Mon, 22 Feb 2016 16:04:03 +0000 (22 16:04 +0000)
tree73d54ddfa89140606bea9fb618175dff0f04ba73
parenta311a856514e9245074b02c89d51a9f339784d1c
Add org-babel-make-language-alias function.

* lisp/ob-core.el (org-babel-make-language-alias): New function.
* lisp/ob-emacs-lisp.el: Use it.

Previously this was accomplished via org-src-lang-modes, but that is a
poor solution, as it conflates the remapping of language mode names with
the creation of aliases.
lisp/ob-core.el
lisp/ob-emacs-lisp.el