Variable: package--builtin-versions
package--builtin-versions is a variable defined in subr.el.gz.
Value
Large value
((xref 1 6 3)
(whitespace 13 2 2)
(viper 3 14 2)
(verilog-mode 2021 10 14 127365406)
(vera-mode 2 28)
(use-package 2 4 5)
(tramp 2 6 3)
(tildify 4 6 1)
(thunk 1 0)
(tabulated-list 1 0)
(svg 1 1)
(srecode 1 2)
(sql 3 6)
(soap-client 3 2 1)
(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 9 8)
(package 1 1 0)
(org 9 6 15)
(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 16)
(json 1 5)
(js 9)
(isearchb 1 5)
(info-xref 3)
(image-dired 0 5)
(idlwave 6 1 22)
(htmlfontify 0 21)
(gnus 5 13)
(foldout 1 10)
(flymake-proc 1 0)
(flymake 1 2 2)
(find-cmd 0 6)
(feedmail 11)
(faceup 0 0 6)
(external-completion 0 1)
(eshell 2 4 2)
(erc 5 5 0 29 1)
(epg 1 0 0)
(eldoc 1 13 0)
(eieio-core 1 4)
(eieio 1 4)
(eglot 1 12 29)
(ediff 2 81 6)
(ede 2 0)
(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 29 4))
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.")