Variable: project-linux-architecture-default
project-linux-architecture-default is a customizable variable defined
in linux.el.gz.
Value
ask
Documentation
Target architecture to assume when not auto-detected.
This variable was added, or its default value changed, in Emacs 24.4.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede/linux.el.gz
(defcustom project-linux-architecture-default 'ask
"Target architecture to assume when not auto-detected."
:version "24.4"
:type '(choice (string :tag "Architecture name")
(const :tag "Ask the user" ask)))