mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-05-10 23:31:19 -07:00
(package--builtin-alist): Don't use defconst since we later change it
* lisp/emacs-lisp/package.el (package--builtin-alist): Use `defvar`.
This commit is contained in:
parent
a1739bc75e
commit
e682959b6b
1 changed files with 1 additions and 1 deletions
|
|
@ -468,7 +468,7 @@ BI-DESC should be a `package--bi-desc' object."
|
|||
:summary (package--bi-desc-summary bi-desc)
|
||||
:dir 'builtin))
|
||||
|
||||
(defconst package--builtin-alist nil)
|
||||
(defvar package--builtin-alist nil)
|
||||
(defun package--builtin-alist ()
|
||||
"Return a alist of built-in packages in the form of `package-alist'.
|
||||
The alist doesn't include the pseudo-package for Emacs."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue