Variable: package--builtin-versions
package--builtin-versions is a variable defined in subr.el.gz.
Value
((xref 1 7 0) (window-tool-bar 0 2 1) (whitespace 13 2 2)
(which-key 3 6 0) (viper 3 14 2) (verilog-mode 2024 3 1 121933719)
(vera-mode 2 28) (use-package 2 4 6) (transient 0 7 2 2)
(tramp 2 7 3 30 2) (tramp 0) (track-changes 1 2) (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 28) (pulse 1 0)
(ps-mode 1 1 9) (project 0 11 1) (peg 1 0 1) (package 1 1 0)
(org 9 7 11) (ntlm 2 1 0) (nadvice 1 0) (mixal-mode 0 4)
(mh-e 8 6 -4) (meta-mode 1 0) (map 3 3 1) (let-alist 1 0 6)
(jsonrpc 1 0 25) (json 1 5) (js 9) (isearchb 1 5) (info-xref 3)
(image-dired 0 5) (idlwave 6 1 22) (gnus 5 13) (foldout 1 10)
(flymake-proc 1 0) (flymake 1 3 7) (find-cmd 0 6) (feedmail 11)
(faceup 0 0 6) (external-completion 0 1) (eshell 2 4 2)
(erc 5 6 0 30 1) (epg 1 0 0) (eldoc 1 15 0) (eieio-core 1 4)
(eieio 1 4) (eglot 1 17 30) (editorconfig 0 11 0) (ediff 2 81 6)
(ede 2 0) (compat 30 2 9999) (cl-print 1 0) (cl-lib 1 0)
(cl-generic 1 0) (cfengine 1 4) (cedet 2 0) (cc-mode 5 33 1)
(bind-key 2 4 1) (backtrace 1 0) (auth-source-pass 5 0 0)
(antlr-mode 2 2 3) (ansi-color 3 4 2) (allout-widgets 1 0)
(allout 2 3) (emacs 30 2))
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.
(purecopy `((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.")