From 61aabd7f8525771d031d1ebe55f329caaff2b327 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Fri, 30 Mar 2012 22:36:52 +0200 Subject: [PATCH] ob-maxima.el: Add group information to a defcustom. * ob-maxima.el (org-babel-maxima-command): Add group information to the defcustom. --- lisp/ob-maxima.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ob-maxima.el b/lisp/ob-maxima.el index 63f1e3247..8da20af74 100644 --- a/lisp/ob-maxima.el +++ b/lisp/ob-maxima.el @@ -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." -- 2.11.4.GIT