From: Glenn Morris Date: Mon, 13 May 2013 17:52:59 +0000 (-0400) Subject: Fix typo in previous X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~229^2~98 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a1f2eb3fcecf256cc1b4ca8714f98021c1c6852;p=emacs.git Fix typo in previous --- 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."