Add missing package-build-stable var

This commit is contained in:
Steve Purcell 2014-03-27 12:38:07 +00:00
parent 159ce4c432
commit 7eea9a4aa1

View file

@ -66,6 +66,9 @@
(defvar package-build-verbose t
"When non-nil, `package-build' feels free to print information about its progress.")
(defvar package-build-stable nil
"When non-nil, `package-build' tries to build packages from versions-tagged code.")
;;; Internal Variables
(defvar pb/recipe-alist nil