aboutsummaryrefslogtreecommitdiffstats
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 @@
12013-12-28 Glenn Morris <rgm@gnu.org> 12013-12-28 Glenn Morris <rgm@gnu.org>
2 2
3 * ede/linux.el (project-linux-build-directory-default) 3 * ede/linux.el (project-linux-build-directory-default)
4 (project-linux-architecture-default): Fix custom types. 4 (project-linux-architecture-default): Fix custom types. Add version.
5 5
62013-12-12 David Engster <deng@randomsample.de> 62013-12-12 David Engster <deng@randomsample.de>
7 7
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 @@
50 50
51(defcustom project-linux-build-directory-default 'ask 51(defcustom project-linux-build-directory-default 'ask
52 "Build directory." 52 "Build directory."
53 :version "24.4"
53 :group 'project-linux 54 :group 'project-linux
54 :type '(choice (const :tag "Same as source directory" same) 55 :type '(choice (const :tag "Same as source directory" same)
55 (const :tag "Ask the user" ask))) 56 (const :tag "Ask the user" ask)))
56 57
57(defcustom project-linux-architecture-default 'ask 58(defcustom project-linux-architecture-default 'ask
58 "Target architecture to assume when not auto-detected." 59 "Target architecture to assume when not auto-detected."
60 :version "24.4"
59 :group 'project-linux 61 :group 'project-linux
60 :type '(choice (string :tag "Architecture name") 62 :type '(choice (string :tag "Architecture name")
61 (const :tag "Ask the user" ask))) 63 (const :tag "Ask the user" ask)))