Make :lazy customizable

This commit is contained in:
Dave Abrahams 2011-07-05 18:58:55 -04:00
parent f670be835e
commit e59179a232

View File

@ -837,6 +837,7 @@ this is the name to fetch in that system"
(const :format "" :after) (function :format "%v"))
(group :inline t :format "Name of downloaded file (`http' and `ftp' only): %v"
(const :format "" :localname) (string :format "%v"))
(group :inline t :format "Lazy: %v" :value (:lazy t) (const :format "" :lazy) (boolean :format "%[Toggle%] %v\n"))
(group :inline t :format "Repository specification (`elpa' only): %v"
(const :format "" :repo)
(cons :format "\n%v" (string :tag "Name") (string :tag "URL"))))