diff options
Diffstat (limited to 'lisp/cedet/ede/linux.el')
-rw-r--r-- | lisp/cedet/ede/linux.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/cedet/ede/linux.el b/lisp/cedet/ede/linux.el index 0d89f0ece18..9e80f466baa 100644 --- a/lisp/cedet/ede/linux.el +++ b/lisp/cedet/ede/linux.el @@ -50,12 +50,14 @@ (defcustom project-linux-build-directory-default 'ask "Build directory." + :version "24.4" :group 'project-linux :type '(choice (const :tag "Same as source directory" same) (const :tag "Ask the user" ask))) (defcustom project-linux-architecture-default 'ask "Target architecture to assume when not auto-detected." + :version "24.4" :group 'project-linux :type '(choice (string :tag "Architecture name") (const :tag "Ask the user" ask))) |