ob-maxima.el: Add group information to a defcustom.

* ob-maxima.el (org-babel-maxima-command): Add group
information to the defcustom.
This commit is contained in:
Bastien Guerry 2012-03-30 22:36:52 +02:00
parent 08d9b46622
commit 61aabd7f85

View file

@ -42,7 +42,8 @@
(defcustom org-babel-maxima-command
(if (boundp 'maxima-command) maxima-command "maxima")
"Command used to call maxima on the shell.")
"Command used to call maxima on the shell."
:group 'org-babel)
(defun org-babel-maxima-expand (body params)
"Expand a block of Maxima code according to its header arguments."