mirror of
https://github.com/correl/melpa.git
synced 2024-11-26 03:00:09 +00:00
Add missing package-build-stable var
This commit is contained in:
parent
159ce4c432
commit
7eea9a4aa1
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,9 @@
|
||||||
(defvar package-build-verbose t
|
(defvar package-build-verbose t
|
||||||
"When non-nil, `package-build' feels free to print information about its progress.")
|
"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
|
;;; Internal Variables
|
||||||
|
|
||||||
(defvar pb/recipe-alist nil
|
(defvar pb/recipe-alist nil
|
||||||
|
|
Loading…
Reference in a new issue