summaryrefslogtreecommitdiff
path: root/lisp/cedet
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cedet')
-rw-r--r--lisp/cedet/ChangeLog2
-rw-r--r--lisp/cedet/ede/linux.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog
index a00d9877206..e11c8b8770e 100644
--- a/lisp/cedet/ChangeLog
+++ b/lisp/cedet/ChangeLog
@@ -1,7 +1,7 @@
2013-12-28 Glenn Morris <rgm@gnu.org>
* ede/linux.el (project-linux-build-directory-default)
- (project-linux-architecture-default): Fix custom types.
+ (project-linux-architecture-default): Fix custom types. Add version.
2013-12-12 David Engster <deng@randomsample.de>
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)))