Variable: package--builtin-versions

package--builtin-versions is a variable defined in subr.el.gz.

Value

Large value
((cl-generic 1 0)
 (nadvice 1 0)
 (xref 1 3 0)
 (whitespace 13 2 2)
 (viper 3 14 2)
 (verilog-mode 2021 9 23 89128420)
 (vera-mode 2 28)
 (tramp 2 5 3 28 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 0)
 (so-long 1 1 2)
 (seq 2 23)
 (semantic 2 2)
 (ruby-mode 1 2)
 (python 0 28)
 (pulse 1 0)
 (ps-print 7 3 5)
 (ps-mode 1 1 9)
 (project 0 8 1)
 (printing 6 9 3)
 (package 1 1 0)
 (org 9 5 5)
 (ntlm 2 1 0)
 (mixal-mode 0 4)
 (mh-e 8 6 -4)
 (meta-mode 1 0)
 (map 3 2 1)
 (let-alist 1 0 6)
 (jsonrpc 1 0 14)
 (json 1 5)
 (js 9)
 (isearchb 1 5)
 (info-xref 3)
 (image-dired 0 4 11)
 (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)
 (eshell 2 4 2)
 (erc 5 4)
 (epg 1 0 0)
 (eldoc 1 11 0)
 (eieio-core 1 4)
 (eieio 1 4)
 (ediff 2 81 6)
 (ede 1 2)
 (ebnf2ps 4 4)
 (cl-print 1 0)
 (cl-lib 1 0)
 (cl-generic 1 0)
 (cfengine 1 4)
 (cedet 2 0)
 (cc-mode 5 33 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 28 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 via autoload-builtin-package-versions.
  (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.")