From 2a1f2eb3fcecf256cc1b4ca8714f98021c1c6852 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 13 May 2013 13:52:59 -0400 Subject: [PATCH] Fix typo in previous --- lisp/cedet/ede/project-am.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cedet/ede/project-am.el b/lisp/cedet/ede/project-am.el index eec519c1dae..459959e220d 100644 --- a/lisp/cedet/ede/project-am.el +++ b/lisp/cedet/ede/project-am.el @@ -55,7 +55,7 @@ (defcustom project-am-compile-project-command nil "*Default command used to compile a project." :group 'project-am - :type '(choice const nil) string) + :type '(choice (const nil) string)) (defcustom project-am-compile-target-command (concat ede-make-command " -k %s") "*Default command used to compile a project." -- 2.39.2