Handle the new flexibility of :autoloads in the customization interface

This commit is contained in:
Dave Abrahams 2011-07-05 19:53:09 -04:00
parent ece7d19c3e
commit a3d3834313

View File

@ -843,7 +843,11 @@ this is the name to fetch in that system"
(repeat :tag "Features to `require'" el-get-symbol))
(group :inline t :format "Autoloads: %v" :value (:autoloads t)
(const :format "" :autoloads)
(boolean :format "%[Toggle%] %v\n"))
(choice
:tag "Type"
(boolean :format "generation %[Toggle%] %v\n")
(el-get-repeat
:tag "Relative paths to force-load" string)))
(group :inline t :format "Options (`http-tar' and `cvs' only): %v"
(const :format "" :options) (string :format "%v"))
(group :inline t :format "CVS Module: %v"