Variable: package--builtin-versions
package--builtin-versions is a variable defined in subr.el.gz.
Value
((xref 1 7 0) (window-tool-bar 0 3) (whitespace 13 2 2)
(which-key 3 6 1) (viper 3 14 2) (verilog-mode 2026 4 14 10117132)
(vera-mode 2 28) (use-package 2 4 6) (transient 0 13 3)
(tramp 2 8 3 -1) (tramp 0) (track-changes 1 5) (timeout 2 1 6)
(tildify 4 6 1) (thunk 1 0) (tabulated-list 1 0) (svg 1 1)
(srecode 1 2) (sql 3 6) (soap-client 3 2 3) (so-long 1 1 2)
(seq 2 24) (semantic 2 2) (ruby-ts-mode 0 2) (ruby-mode 1 2)
(python 0 30) (pulse 1 0) (ps-mode 1 1 9) (project 0 12 0)
(peg 1 0 1) (package-activate 1 1 0) (package 1 1 0) (org 9 8 7)
(ntlm 2 1 0) (nadvice 1 0) (mixal-mode 0 4) (mh-e 8 6 -4)
(meta-mode 1 0) (markdown-ts-mode-x 1 0) (markdown-ts-mode 1 0)
(map 3 3 1) (let-alist 1 0 6) (jsonrpc 1 0 29) (json 1 5) (js 9)
(isearchb 1 5) (info-xref 3) (image-dired 0 5) (gnus 5 13)
(foldout 1 10) (flymake-proc 1 0) (flymake 1 4 5) (find-cmd 0 6)
(feedmail 11) (faceup 0 0 6) (external-completion 0 1) (eshell 2 4 2)
(erc 5 7 -4) (epg 1 0 0) (eldoc 1 16 0) (eieio-core 1 4) (eglot 1 24)
(editorconfig 0 11 0) (ediff 2 81 6) (ede 2 0) (cond-star 1 0)
(compat 32 0 9999) (cl-print 1 0) (cl-lib 1 0) (cl-generic 1 0)
(cfengine 1 4) (cedet 2 0) (cc-mode 5 35 2) (bind-key 2 4 1)
(backtrace 1 0) (auth-source-pass 5 0 0) (antlr-mode 3 2 0)
(ansi-color 3 4 2) (allout-widgets 1 0) (allout 2 3) (emacs 32 0 50))
Documentation
Alist giving the version of each versioned builtin package.
I.e. each element of the list is of the form (NAME . VERSION) where NAME is the package name as a symbol, and VERSION is its version as a list.
Source Code
;; Defined in /usr/src/emacs/lisp/subr.el.gz
(defvar package--builtin-versions
;; Mostly populated by loaddefs.el.
`((emacs . ,(version-to-list emacs-version)))
"Alist giving the version of each versioned builtin package.
I.e. each element of the list is of the form (NAME . VERSION) where
NAME is the package name as a symbol, and VERSION is its version
as a list.")