aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2023-06-17 05:27:03 -0400
committerEli Zaretskii2023-06-17 05:27:03 -0400
commit30d5f1e62c0769a8d8ec41d0cd49e87b6ae45d40 (patch)
tree701b93f0436232b6fb6923738774a18067cd4e06
parentb51be64a715f9f00d3f413aff4ee8a10d30d2a04 (diff)
downloademacs-30d5f1e62c0769a8d8ec41d0cd49e87b6ae45d40.tar.gz
emacs-30d5f1e62c0769a8d8ec41d0cd49e87b6ae45d40.zip
; Auto-commit of loaddefs files.
-rw-r--r--lisp/ldefs-boot.el249
1 files changed, 160 insertions, 89 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el
index ddaa3f83fbb..898dcd55f58 100644
--- a/lisp/ldefs-boot.el
+++ b/lisp/ldefs-boot.el
@@ -2428,7 +2428,12 @@ narrowed.
2428 2428
2429(fn &optional BUFFER)" t) 2429(fn &optional BUFFER)" t)
2430(autoload 'browse-url-of-dired-file "browse-url" "\ 2430(autoload 'browse-url-of-dired-file "browse-url" "\
2431In Dired, ask a WWW browser to display the file named on this line." t) 2431In Dired, ask a WWW browser to display the file named on this line.
2432With prefix arg, use the secondary browser instead (e.g. EWW if
2433`browse-url-secondary-browser-function' is set to
2434`eww-browse-url'.
2435
2436(fn &optional SECONDARY)" t)
2432(autoload 'browse-url-of-region "browse-url" "\ 2437(autoload 'browse-url-of-region "browse-url" "\
2433Use a web browser to display the current region. 2438Use a web browser to display the current region.
2434See `browse-url' for details. 2439See `browse-url' for details.
@@ -2919,6 +2924,11 @@ and corresponding effects.
2919(register-definition-prefixes "semantic/bovine/c" '("semantic")) 2924(register-definition-prefixes "semantic/bovine/c" '("semantic"))
2920 2925
2921 2926
2927;;; Generated autoloads from progmodes/c-ts-common.el
2928
2929(register-definition-prefixes "c-ts-common" '("c-ts-common-"))
2930
2931
2922;;; Generated autoloads from progmodes/c-ts-mode.el 2932;;; Generated autoloads from progmodes/c-ts-mode.el
2923 2933
2924(autoload 'c-ts-base-mode "c-ts-mode" "\ 2934(autoload 'c-ts-base-mode "c-ts-mode" "\
@@ -4919,6 +4929,16 @@ The variable `native-comp-async-jobs-number' specifies the number
4919of (commands) to run simultaneously. 4929of (commands) to run simultaneously.
4920 4930
4921(fn FILES &optional RECURSIVELY LOAD SELECTOR)") 4931(fn FILES &optional RECURSIVELY LOAD SELECTOR)")
4932(autoload 'comp-function-type-spec "comp" "\
4933Return the type specifier of FUNCTION.
4934
4935This function returns a cons cell whose car is the function
4936specifier, and cdr is a symbol, either `inferred' or `know'.
4937If the symbol is `inferred', the type specifier is automatically
4938inferred from the code itself by the native compiler; if it is
4939`know', the type specifier comes from `comp-known-type-specifiers'.
4940
4941(fn FUNCTION)")
4922(register-definition-prefixes "comp" '("comp-" "make-comp-edge" "native-" "no-native-compile")) 4942(register-definition-prefixes "comp" '("comp-" "make-comp-edge" "native-" "no-native-compile"))
4923 4943
4924 4944
@@ -7274,7 +7294,7 @@ the context menu will contain an item that searches
7274the word at mouse click. 7294the word at mouse click.
7275 7295
7276(fn MENU CLICK)") 7296(fn MENU CLICK)")
7277(register-definition-prefixes "dictionary" '("dictionary-" "global-dictionary-tooltip-mode")) 7297(register-definition-prefixes "dictionary" '("dictionary-" "global-dictionary-tooltip-mode" "help-word"))
7278 7298
7279 7299
7280;;; Generated autoloads from cedet/srecode/dictionary.el 7300;;; Generated autoloads from cedet/srecode/dictionary.el
@@ -9225,7 +9245,7 @@ Turn on EDT Emulation." t)
9225 9245
9226;;; Generated autoloads from progmodes/eglot.el 9246;;; Generated autoloads from progmodes/eglot.el
9227 9247
9228(push (purecopy '(eglot 1 14)) package--builtin-versions) 9248(push (purecopy '(eglot 1 15)) package--builtin-versions)
9229(autoload 'eglot "eglot" "\ 9249(autoload 'eglot "eglot" "\
9230Start LSP server for PROJECT's buffers under MANAGED-MAJOR-MODES. 9250Start LSP server for PROJECT's buffers under MANAGED-MAJOR-MODES.
9231 9251
@@ -9269,6 +9289,11 @@ INTERACTIVE is ignored and provided for backward compatibility.
9269(fn MANAGED-MAJOR-MODES PROJECT CLASS CONTACT LANGUAGE-IDS &optional INTERACTIVE)" t) 9289(fn MANAGED-MAJOR-MODES PROJECT CLASS CONTACT LANGUAGE-IDS &optional INTERACTIVE)" t)
9270(autoload 'eglot-ensure "eglot" "\ 9290(autoload 'eglot-ensure "eglot" "\
9271Start Eglot session for current buffer if there isn't one.") 9291Start Eglot session for current buffer if there isn't one.")
9292(autoload 'eglot-upgrade-eglot "eglot" "\
9293Update Eglot to latest version.
9294
9295(fn &rest _)" t)
9296(define-obsolete-function-alias 'eglot-update 'eglot-upgrade-eglot "29.1")
9272(put 'eglot-workspace-configuration 'safe-local-variable 'listp) 9297(put 'eglot-workspace-configuration 'safe-local-variable 'listp)
9273(put 'eglot--debbugs-or-github-bug-uri 'bug-reference-url-format t) 9298(put 'eglot--debbugs-or-github-bug-uri 'bug-reference-url-format t)
9274(defun eglot--debbugs-or-github-bug-uri nil (format (if (string= (match-string 2) "github") "https://github.com/joaotavora/eglot/issues/%s" "https://debbugs.gnu.org/%s") (match-string 3))) 9299(defun eglot--debbugs-or-github-bug-uri nil (format (if (string= (match-string 2) "github") "https://github.com/joaotavora/eglot/issues/%s" "https://debbugs.gnu.org/%s") (match-string 3)))
@@ -9523,6 +9548,15 @@ optional prefix argument REINIT is non-nil.
9523(register-definition-prefixes "elint" '("elint-")) 9548(register-definition-prefixes "elint" '("elint-"))
9524 9549
9525 9550
9551;;; Generated autoloads from progmodes/elixir-ts-mode.el
9552
9553(autoload 'elixir-ts-mode "elixir-ts-mode" "\
9554Major mode for editing Elixir, powered by tree-sitter.
9555
9556(fn)" t)
9557(register-definition-prefixes "elixir-ts-mode" '("elixir-ts-"))
9558
9559
9526;;; Generated autoloads from emacs-lisp/elp.el 9560;;; Generated autoloads from emacs-lisp/elp.el
9527 9561
9528(autoload 'elp-instrument-function "elp" "\ 9562(autoload 'elp-instrument-function "elp" "\
@@ -11327,7 +11361,7 @@ fourth arg NOSEP non-nil inhibits this.
11327 11361
11328;;; Generated autoloads from net/eww.el 11362;;; Generated autoloads from net/eww.el
11329 11363
11330(defvar eww-suggest-uris '(eww-links-at-point thing-at-point-url-at-point eww-current-url) "\ 11364(defvar eww-suggest-uris '(eww-links-at-point thing-at-point-url-at-point eww-current-url eww-bookmark-urls) "\
11331List of functions called to form the list of default URIs for `eww'. 11365List of functions called to form the list of default URIs for `eww'.
11332Each of the elements is a function returning either a string or a list 11366Each of the elements is a function returning either a string or a list
11333of strings. The results will be joined into a single list with 11367of strings. The results will be joined into a single list with
@@ -15115,6 +15149,15 @@ Prefix arg sets default accept amount temporarily.
15115(register-definition-prefixes "hashcash" '("hashcash-")) 15149(register-definition-prefixes "hashcash" '("hashcash-"))
15116 15150
15117 15151
15152;;; Generated autoloads from progmodes/heex-ts-mode.el
15153
15154(autoload 'heex-ts-mode "heex-ts-mode" "\
15155Major mode for editing HEEx, powered by tree-sitter.
15156
15157(fn)" t)
15158(register-definition-prefixes "heex-ts-mode" '("heex-ts-"))
15159
15160
15118;;; Generated autoloads from help-at-pt.el 15161;;; Generated autoloads from help-at-pt.el
15119 15162
15120(autoload 'help-at-pt-string "help-at-pt" "\ 15163(autoload 'help-at-pt-string "help-at-pt" "\
@@ -16285,6 +16328,15 @@ values.
16285(register-definition-prefixes "semantic/html" '("semantic-")) 16328(register-definition-prefixes "semantic/html" '("semantic-"))
16286 16329
16287 16330
16331;;; Generated autoloads from textmodes/html-ts-mode.el
16332
16333(autoload 'html-ts-mode "html-ts-mode" "\
16334Major mode for editing Html, powered by tree-sitter.
16335
16336(fn)" t)
16337(register-definition-prefixes "html-ts-mode" '("html-ts-mode-"))
16338
16339
16288;;; Generated autoloads from htmlfontify.el 16340;;; Generated autoloads from htmlfontify.el
16289 16341
16290(push (purecopy '(htmlfontify 0 21)) package--builtin-versions) 16342(push (purecopy '(htmlfontify 0 21)) package--builtin-versions)
@@ -20684,15 +20736,17 @@ Uppercasify ARG chars starting from point. Point doesn't move.
20684 20736
20685(fn ARG)" t) 20737(fn ARG)" t)
20686(autoload 'forward-to-word "misc" "\ 20738(autoload 'forward-to-word "misc" "\
20687Move forward until encountering the beginning of a word. 20739Move forward until encountering the beginning of the ARGth word.
20688With argument, do this that many times. 20740ARG defaults to 1. When called interactively, ARG is the prefix
20741numeric argument.
20689 20742
20690(fn ARG)" t) 20743(fn &optional ARG)" t)
20691(autoload 'backward-to-word "misc" "\ 20744(autoload 'backward-to-word "misc" "\
20692Move backward until encountering the end of a word. 20745Move backward until encountering the end of the ARGth word.
20693With argument, do this that many times. 20746ARG defaults to 1. When called interactively, ARG is the prefix
20747numeric argument.
20694 20748
20695(fn ARG)" t) 20749(fn &optional ARG)" t)
20696(autoload 'butterfly "misc" "\ 20750(autoload 'butterfly "misc" "\
20697Use butterflies to flip the desired bit on the drive platter. 20751Use butterflies to flip the desired bit on the drive platter.
20698Open hands and let the delicate wings flap once. The disturbance 20752Open hands and let the delicate wings flap once. The disturbance
@@ -22454,7 +22508,7 @@ Coloring:
22454 22508
22455;;; Generated autoloads from org/org.el 22509;;; Generated autoloads from org/org.el
22456 22510
22457(push (purecopy '(org 9 6 4)) package--builtin-versions) 22511(push (purecopy '(org 9 6 6)) package--builtin-versions)
22458(autoload 'org-babel-do-load-languages "org" "\ 22512(autoload 'org-babel-do-load-languages "org" "\
22459Load the languages defined in `org-babel-load-languages'. 22513Load the languages defined in `org-babel-load-languages'.
22460 22514
@@ -23463,15 +23517,21 @@ upgrading of built-in packages, as if `package-install-upgrade-built-in'
23463had been enabled. 23517had been enabled.
23464 23518
23465(fn PKG &optional DONT-SELECT)" t) 23519(fn PKG &optional DONT-SELECT)" t)
23466(autoload 'package-update "package" "\ 23520(autoload 'package-upgrade "package" "\
23467Update package NAME if a newer version exists. 23521Upgrade package NAME if a newer version exists.
23468 23522
23469(fn NAME)" t) 23523(fn NAME)" t)
23470(autoload 'package-update-all "package" "\ 23524(autoload 'package-upgrade-all "package" "\
23471Refresh package list and upgrade all packages. 23525Refresh package list and upgrade all packages.
23472If QUERY, ask the user before updating packages. When called 23526If QUERY, ask the user before upgrading packages. When called
23473interactively, QUERY is always true. 23527interactively, QUERY is always true.
23474 23528
23529Currently, packages which are part of the Emacs distribution are
23530not upgraded by this command. To enable upgrading such a package
23531using this command, first upgrade the package to a newer version
23532from ELPA by either using `\\[package-upgrade]' or
23533`\\<package-menu-mode-map>\\[package-menu-mark-install]' after `\\[list-packages]'.
23534
23475(fn &optional QUERY)" t) 23535(fn &optional QUERY)" t)
23476(autoload 'package-install-from-buffer "package" "\ 23536(autoload 'package-install-from-buffer "package" "\
23477Install a package from the current buffer. 23537Install a package from the current buffer.
@@ -23556,10 +23616,10 @@ DESC must be a `package-desc' object.
23556 23616
23557(autoload 'package-vc-install-selected-packages "package-vc" "\ 23617(autoload 'package-vc-install-selected-packages "package-vc" "\
23558Ensure packages specified in `package-vc-selected-packages' are installed." t) 23618Ensure packages specified in `package-vc-selected-packages' are installed." t)
23559(autoload 'package-vc-update-all "package-vc" "\ 23619(autoload 'package-vc-upgrade-all "package-vc" "\
23560Attempt to update all installed VC packages." t) 23620Attempt to upgrade all installed VC packages." t)
23561(autoload 'package-vc-update "package-vc" "\ 23621(autoload 'package-vc-upgrade "package-vc" "\
23562Attempt to update the package PKG-DESC. 23622Attempt to upgrade the package PKG-DESC.
23563 23623
23564(fn PKG-DESC)" t) 23624(fn PKG-DESC)" t)
23565(autoload 'package-vc-install "package-vc" "\ 23625(autoload 'package-vc-install "package-vc" "\
@@ -23575,11 +23635,13 @@ indicating the package name and SPEC is a plist as described in
23575symbol whose name is the package name, and the URL for the 23635symbol whose name is the package name, and the URL for the
23576package will be taken from the package's metadata. 23636package will be taken from the package's metadata.
23577 23637
23578By default, this function installs the last version of the package 23638By default, this function installs the last revision of the
23579available from its repository, but if REV is given and non-nil, it 23639package available from its repository. If REV is a string, it
23580specifies the revision to install. If REV has the special value 23640describes the revision to install, as interpreted by the VC
23581`:last-release' (interactively, the prefix argument), that stands 23641backend. The special value `:last-release' (interactively, the
23582for the last released version of the package. 23642prefix argument), will use the commit of the latest release, if
23643it exists. The last release is the latest revision which changed
23644the \"Version:\" header of the package's main Lisp file.
23583 23645
23584Optional argument BACKEND specifies the VC backend to use for cloning 23646Optional argument BACKEND specifies the VC backend to use for cloning
23585the package's repository; this is only possible if NAME-OR-URL is a URL, 23647the package's repository; this is only possible if NAME-OR-URL is a URL,
@@ -23616,7 +23678,7 @@ Rebuilding an installation means scraping for new autoload
23616cookies, re-compiling Emacs Lisp files, building and installing 23678cookies, re-compiling Emacs Lisp files, building and installing
23617any documentation, downloading any missing dependencies. This 23679any documentation, downloading any missing dependencies. This
23618command does not fetch new revisions from a remote server. That 23680command does not fetch new revisions from a remote server. That
23619is the responsibility of `package-vc-update'. Interactively, 23681is the responsibility of `package-vc-upgrade'. Interactively,
23620prompt for the name of the package to rebuild. 23682prompt for the name of the package to rebuild.
23621 23683
23622(fn PKG-DESC)" t) 23684(fn PKG-DESC)" t)
@@ -23671,7 +23733,9 @@ The values returned are identical to those of `decode-time', but
23671any unknown values other than DST are returned as nil, and an 23733any unknown values other than DST are returned as nil, and an
23672unknown DST value is returned as -1. 23734unknown DST value is returned as -1.
23673 23735
23674(fn STRING)") 23736See `decode-time' for the meaning of FORM.
23737
23738(fn STRING &optional FORM)")
23675(register-definition-prefixes "parse-time" '("parse-")) 23739(register-definition-prefixes "parse-time" '("parse-"))
23676 23740
23677 23741
@@ -24504,7 +24568,7 @@ Create a plstore instance associated with FILE.
24504 24568
24505(fn FILE)") 24569(fn FILE)")
24506(autoload 'plstore-mode "plstore" "\ 24570(autoload 'plstore-mode "plstore" "\
24507Major mode for editing PLSTORE files. 24571Major mode for editing plstore files.
24508 24572
24509(fn)" t) 24573(fn)" t)
24510(register-definition-prefixes "plstore" '("plstore-")) 24574(register-definition-prefixes "plstore" '("plstore-"))
@@ -25210,6 +25274,11 @@ See the doc string of `project-find-functions' for the general form
25210of the project instance object. 25274of the project instance object.
25211 25275
25212(fn &optional MAYBE-PROMPT DIRECTORY)") 25276(fn &optional MAYBE-PROMPT DIRECTORY)")
25277(put 'project-vc-ignores 'safe-local-variable #'listp)
25278(put 'project-vc-merge-submodules 'safe-local-variable #'booleanp)
25279(put 'project-vc-include-untracked 'safe-local-variable #'booleanp)
25280(put 'project-vc-name 'safe-local-variable #'stringp)
25281(put 'project-vc-extra-root-markers 'safe-local-variable (lambda (val) (and (listp val) (not (memq nil (mapcar #'stringp val))))))
25213(defvar project-prefix-map (let ((map (make-sparse-keymap))) (define-key map "!" 'project-shell-command) (define-key map "&" 'project-async-shell-command) (define-key map "f" 'project-find-file) (define-key map "F" 'project-or-external-find-file) (define-key map "b" 'project-switch-to-buffer) (define-key map "s" 'project-shell) (define-key map "d" 'project-find-dir) (define-key map "D" 'project-dired) (define-key map "v" 'project-vc-dir) (define-key map "c" 'project-compile) (define-key map "e" 'project-eshell) (define-key map "k" 'project-kill-buffers) (define-key map "p" 'project-switch-project) (define-key map "g" 'project-find-regexp) (define-key map "G" 'project-or-external-find-regexp) (define-key map "r" 'project-query-replace-regexp) (define-key map "x" 'project-execute-extended-command) (define-key map "\2" 'project-list-buffers) map) "\ 25282(defvar project-prefix-map (let ((map (make-sparse-keymap))) (define-key map "!" 'project-shell-command) (define-key map "&" 'project-async-shell-command) (define-key map "f" 'project-find-file) (define-key map "F" 'project-or-external-find-file) (define-key map "b" 'project-switch-to-buffer) (define-key map "s" 'project-shell) (define-key map "d" 'project-find-dir) (define-key map "D" 'project-dired) (define-key map "v" 'project-vc-dir) (define-key map "c" 'project-compile) (define-key map "e" 'project-eshell) (define-key map "k" 'project-kill-buffers) (define-key map "p" 'project-switch-project) (define-key map "g" 'project-find-regexp) (define-key map "G" 'project-or-external-find-regexp) (define-key map "r" 'project-query-replace-regexp) (define-key map "x" 'project-execute-extended-command) (define-key map "\2" 'project-list-buffers) map) "\
25214Keymap for project commands.") 25283Keymap for project commands.")
25215 (define-key ctl-x-map "p" project-prefix-map) 25284 (define-key ctl-x-map "p" project-prefix-map)
@@ -25359,6 +25428,7 @@ start with a space (which are for internal use). With prefix argument
25359ARG, show only buffers that are visiting files. 25428ARG, show only buffers that are visiting files.
25360 25429
25361(fn &optional ARG)" t) 25430(fn &optional ARG)" t)
25431(put 'project-kill-buffers-display-buffer-list 'safe-local-variable #'booleanp)
25362(autoload 'project-kill-buffers "project" "\ 25432(autoload 'project-kill-buffers "project" "\
25363Kill the buffers belonging to the current project. 25433Kill the buffers belonging to the current project.
25364Two buffers belong to the same project if their project 25434Two buffers belong to the same project if their project
@@ -26033,7 +26103,7 @@ ENCRYPTION, CERTFP, SERVER-ALIAS are interpreted as in
26033`rcirc-server-alist'. STARTUP-CHANNELS is a list of channels 26103`rcirc-server-alist'. STARTUP-CHANNELS is a list of channels
26034that are joined after authentication. 26104that are joined after authentication.
26035 26105
26036(fn SERVER &optional PORT NICK USER-NAME FULL-NAME STARTUP-CHANNELS PASSWORD ENCRYPTION CERTFP SERVER-ALIAS)") 26106(fn SERVER &optional PORT NICK USER-NAME FULL-NAME STARTUP-CHANNELS PASSWORD ENCRYPTION SERVER-ALIAS CERTFP)")
26037(defvar rcirc-track-minor-mode nil "\ 26107(defvar rcirc-track-minor-mode nil "\
26038Non-nil if Rcirc-Track minor mode is enabled. 26108Non-nil if Rcirc-Track minor mode is enabled.
26039See the `rcirc-track-minor-mode' command 26109See the `rcirc-track-minor-mode' command
@@ -26497,6 +26567,8 @@ This means the number of non-shy regexp grouping constructs
26497(parenthesized expressions) in REGEXP. 26567(parenthesized expressions) in REGEXP.
26498 26568
26499(fn REGEXP)") 26569(fn REGEXP)")
26570(function-put 'regexp-opt-depth 'pure 't)
26571(function-put 'regexp-opt-depth 'side-effect-free 't)
26500(register-definition-prefixes "regexp-opt" '("regexp-opt-")) 26572(register-definition-prefixes "regexp-opt" '("regexp-opt-"))
26501 26573
26502 26574
@@ -27434,6 +27506,16 @@ Major mode for editing Ruby code.
27434(register-definition-prefixes "ruby-mode" '("ruby-")) 27506(register-definition-prefixes "ruby-mode" '("ruby-"))
27435 27507
27436 27508
27509;;; Generated autoloads from progmodes/ruby-ts-mode.el
27510
27511(push (purecopy '(ruby-ts-mode 0 2)) package--builtin-versions)
27512(autoload 'ruby-ts-mode "ruby-ts-mode" "\
27513Major mode for editing Ruby, powered by tree-sitter.
27514
27515(fn)" t)
27516(register-definition-prefixes "ruby-ts-mode" '("ruby-ts-"))
27517
27518
27437;;; Generated autoloads from ruler-mode.el 27519;;; Generated autoloads from ruler-mode.el
27438 27520
27439(defvar-local ruler-mode nil "\ 27521(defvar-local ruler-mode nil "\
@@ -27481,6 +27563,7 @@ group.
27481For extending the `rx' notation in FORM, use `rx-define' or `rx-let-eval'. 27563For extending the `rx' notation in FORM, use `rx-define' or `rx-let-eval'.
27482 27564
27483(fn FORM &optional NO-GROUP)") 27565(fn FORM &optional NO-GROUP)")
27566(function-put 'rx-to-string 'important-return-value 't)
27484(autoload 'rx "rx" "\ 27567(autoload 'rx "rx" "\
27485Translate regular expressions REGEXPS in sexp form to a regexp string. 27568Translate regular expressions REGEXPS in sexp form to a regexp string.
27486Each argument is one of the forms below; RX is a subform, and RX... stands 27569Each argument is one of the forms below; RX is a subform, and RX... stands
@@ -29240,7 +29323,7 @@ it is disabled.
29240 29323
29241;;; Generated autoloads from net/soap-client.el 29324;;; Generated autoloads from net/soap-client.el
29242 29325
29243(push (purecopy '(soap-client 3 2 1)) package--builtin-versions) 29326(push (purecopy '(soap-client 3 2 3)) package--builtin-versions)
29244(register-definition-prefixes "soap-client" '("soap-")) 29327(register-definition-prefixes "soap-client" '("soap-"))
29245 29328
29246 29329
@@ -30313,6 +30396,7 @@ single space character, and leading/trailing whitespace is
30313removed. 30396removed.
30314 30397
30315(fn STRING)") 30398(fn STRING)")
30399(function-put 'string-clean-whitespace 'important-return-value 't)
30316(autoload 'named-let "subr-x" "\ 30400(autoload 'named-let "subr-x" "\
30317Looping construct taken from Scheme. 30401Looping construct taken from Scheme.
30318Like `let', bind variables in BINDINGS and then evaluate BODY, 30402Like `let', bind variables in BINDINGS and then evaluate BODY,
@@ -30326,6 +30410,7 @@ as the new values of the bound variables in the recursive invocation.
30326Return the width of STRING in pixels. 30410Return the width of STRING in pixels.
30327 30411
30328(fn STRING)") 30412(fn STRING)")
30413(function-put 'string-pixel-width 'important-return-value 't)
30329(autoload 'string-glyph-split "subr-x" "\ 30414(autoload 'string-glyph-split "subr-x" "\
30330Split STRING into a list of strings representing separate glyphs. 30415Split STRING into a list of strings representing separate glyphs.
30331This takes into account combining characters and grapheme clusters: 30416This takes into account combining characters and grapheme clusters:
@@ -30334,6 +30419,7 @@ on display into a single grapheme cluster is treated as a single
30334indivisible unit. 30419indivisible unit.
30335 30420
30336(fn STRING)") 30421(fn STRING)")
30422(function-put 'string-glyph-split 'side-effect-free 't)
30337(autoload 'add-display-text-property "subr-x" "\ 30423(autoload 'add-display-text-property "subr-x" "\
30338Add display property PROP with VALUE to the text from START to END. 30424Add display property PROP with VALUE to the text from START to END.
30339If any text in the region has a non-nil `display' property, those 30425If any text in the region has a non-nil `display' property, those
@@ -30347,7 +30433,7 @@ this defaults to the current buffer.
30347Query the user for a process and return the process object. 30433Query the user for a process and return the process object.
30348 30434
30349(fn PROMPT)") 30435(fn PROMPT)")
30350(register-definition-prefixes "subr-x" '("emacs-etc--hide-local-variables" "hash-table-" "internal--thread-argument" "replace-region-contents" "string-" "thread-" "with-buffer-unmodified-if-unchanged")) 30436(register-definition-prefixes "subr-x" '("emacs-etc--hide-local-variables" "eval-command-interactive-spec" "hash-table-" "internal--thread-argument" "replace-region-contents" "string-" "thread-" "with-buffer-unmodified-if-unchanged"))
30351 30437
30352 30438
30353;;; Generated autoloads from progmodes/subword.el 30439;;; Generated autoloads from progmodes/subword.el
@@ -31762,7 +31848,7 @@ Entering Texinfo mode calls the value of `text-mode-hook', and then the
31762value of `texinfo-mode-hook'. 31848value of `texinfo-mode-hook'.
31763 31849
31764(fn)" t) 31850(fn)" t)
31765(register-definition-prefixes "texinfo" '("texinfo-")) 31851(register-definition-prefixes "texinfo" '("fill-paragraph-separate" "texinfo-"))
31766 31852
31767 31853
31768;;; Generated autoloads from textmodes/texnfo-upd.el 31854;;; Generated autoloads from textmodes/texnfo-upd.el
@@ -32906,8 +32992,9 @@ Build and install the tree-sitter language grammar library for LANG.
32906 32992
32907Interactively, if `treesit-language-source-alist' doesn't already 32993Interactively, if `treesit-language-source-alist' doesn't already
32908have data for building the grammar for LANG, prompt for its 32994have data for building the grammar for LANG, prompt for its
32909repository URL and the C/C++ compiler to use. Non-interactively, 32995repository URL and the C/C++ compiler to use. The recipe built
32910signal an error when there's no recipe for LANG. 32996by the prompts are saved for the current session if the
32997installation is successful and the grammar is loadable.
32911 32998
32912This command requires Git, a C compiler and (sometimes) a C++ compiler, 32999This command requires Git, a C compiler and (sometimes) a C++ compiler,
32913and the linker to be installed and on PATH. It also requires that the 33000and the linker to be installed and on PATH. It also requires that the
@@ -33993,6 +34080,8 @@ Usage:
33993:custom-face Call `custom-set-faces' with each face definition. 34080:custom-face Call `custom-set-faces' with each face definition.
33994:ensure Loads the package using package.el if necessary. 34081:ensure Loads the package using package.el if necessary.
33995:pin Pin the package to an archive. 34082:pin Pin the package to an archive.
34083:vc Install the package directly from a version control system
34084 (using `package-vc.el').
33996 34085
33997(fn NAME &rest ARGS)" nil t) 34086(fn NAME &rest ARGS)" nil t)
33998(function-put 'use-package 'lisp-indent-function 'defun) 34087(function-put 'use-package 'lisp-indent-function 'defun)
@@ -34362,35 +34451,58 @@ Visit the next conflicted file in the current project." t)
34362(autoload 'vc-create-tag "vc" "\ 34451(autoload 'vc-create-tag "vc" "\
34363Descending recursively from DIR, make a tag called NAME. 34452Descending recursively from DIR, make a tag called NAME.
34364For each registered file, the working revision becomes part of 34453For each registered file, the working revision becomes part of
34365the named configuration. If the prefix argument BRANCHP is 34454the configuration identified by the tag.
34366given, the tag is made as a new branch and the files are 34455If BRANCHP is non-nil (interactively, the prefix argument), the
34367checked out in that new branch. 34456tag NAME is a new branch, and the files are checked out and
34457updated to reflect their revisions on that branch.
34458In interactive use, DIR is `default-directory' for repository-granular
34459VCSes (all the modern decentralized VCSes belong to this group),
34460otherwise the command will prompt for DIR.
34368 34461
34369(fn DIR NAME BRANCHP)" t) 34462(fn DIR NAME BRANCHP)" t)
34370(autoload 'vc-create-branch "vc" "\ 34463(autoload 'vc-create-branch "vc" "\
34371Descending recursively from DIR, make a branch called NAME. 34464Make a branch called NAME in directory DIR.
34372After a new branch is made, the files are checked out in that new branch. 34465After making the new branch, check out the branch, i.e. update the
34373Uses `vc-create-tag' with the non-nil arg `branchp'. 34466files in the tree to their revisions on the branch.
34467
34468Interactively, prompt for the NAME of the branch.
34469
34470With VCSes that maintain version information per file, this command also
34471prompts for the directory DIR whose files, recursively, will be tagged
34472with the NAME of new branch. For VCSes that maintain version
34473information for the entire repository (all the modern decentralized
34474VCSes belong to this group), DIR is always the `default-directory'.
34475
34476Finally, this command might prompt for the branch or tag from which to
34477start (\"fork\") the new branch, with completion candidates including
34478all the known branches and tags in the repository.
34479
34480This command invokes `vc-create-tag' with the non-nil BRANCHP argument.
34374 34481
34375(fn DIR NAME)" t) 34482(fn DIR NAME)" t)
34376(autoload 'vc-retrieve-tag "vc" "\ 34483(autoload 'vc-retrieve-tag "vc" "\
34377For each file in or below DIR, retrieve their tagged version NAME. 34484For each file in or below DIR, retrieve their version identified by tag NAME.
34378NAME can name a branch, in which case this command will switch to the 34485NAME can name a branch, in which case this command will switch to the
34379named branch in the directory DIR. 34486named branch in the directory DIR.
34380Interactively, prompt for DIR only for VCS that works at file level; 34487Interactively, prompt for DIR only for VCS that works at file level;
34381otherwise use the repository root of the current buffer. 34488otherwise use the root directory of the current buffer's VC tree.
34382If NAME is empty, it refers to the latest revisions of the current branch. 34489If NAME is empty, it refers to the latest revisions of the current branch.
34383If locking is used for the files in DIR, then there must not be any 34490If locking is used for the files in DIR, then there must not be any
34384locked files at or below DIR (but if NAME is empty, locked files are 34491locked files at or below DIR (but if NAME is empty, locked files are
34385allowed and simply skipped). 34492allowed and simply skipped).
34386If the prefix argument BRANCHP is given, switch the branch 34493If BRANCHP is non-nil (interactively, the prefix argument), switch to the
34387and check out the files in that branch. 34494branch and check out and update the files to their version on that branch.
34388This function runs the hook `vc-retrieve-tag-hook' when finished. 34495This function runs the hook `vc-retrieve-tag-hook' when finished.
34389 34496
34390(fn DIR NAME &optional BRANCHP)" t) 34497(fn DIR NAME &optional BRANCHP)" t)
34391(autoload 'vc-switch-branch "vc" "\ 34498(autoload 'vc-switch-branch "vc" "\
34392Switch to the branch NAME in the directory DIR. 34499Switch to the branch NAME in the directory DIR.
34393If NAME is empty, it refers to the latest revisions of the current branch. 34500If NAME is empty, it refers to the latest revision of the current branch.
34501Interactively, prompt for DIR only for VCS that works at file level;
34502otherwise use the root directory of the current buffer's VC tree.
34503Interactively, prompt for the NAME of the branch.
34504After switching to the branch, check out and update the files to their
34505version on that branch.
34394Uses `vc-retrieve-tag' with the non-nil arg `branchp'. 34506Uses `vc-retrieve-tag' with the non-nil arg `branchp'.
34395 34507
34396(fn DIR NAME)" t) 34508(fn DIR NAME)" t)
@@ -34423,7 +34535,8 @@ with its diffs (if the underlying VCS backend supports that).
34423 34535
34424(fn &optional LIMIT REVISION)" t) 34536(fn &optional LIMIT REVISION)" t)
34425(autoload 'vc-print-branch-log "vc" "\ 34537(autoload 'vc-print-branch-log "vc" "\
34426Show the change log for BRANCH root in a window. 34538Show the change log for BRANCH in another window.
34539The command prompts for the branch whose change log to show.
34427 34540
34428(fn BRANCH)" t) 34541(fn BRANCH)" t)
34429(autoload 'vc-log-incoming "vc" "\ 34542(autoload 'vc-log-incoming "vc" "\
@@ -34844,7 +34957,7 @@ Key bindings:
34844 34957
34845;;; Generated autoloads from progmodes/verilog-mode.el 34958;;; Generated autoloads from progmodes/verilog-mode.el
34846 34959
34847(push (purecopy '(verilog-mode 2022 12 18 181110314)) package--builtin-versions) 34960(push (purecopy '(verilog-mode 2023 6 6 141322628)) package--builtin-versions)
34848(autoload 'verilog-mode "verilog-mode" "\ 34961(autoload 'verilog-mode "verilog-mode" "\
34849Major mode for editing Verilog code. 34962Major mode for editing Verilog code.
34850\\<verilog-mode-map> 34963\\<verilog-mode-map>
@@ -37161,57 +37274,15 @@ run a specific program. The program must be a member of
37161 37274
37162(fn &optional PGM)" t) 37275(fn &optional PGM)" t)
37163(register-definition-prefixes "zone" '("zone-")) 37276(register-definition-prefixes "zone" '("zone-"))
37164
37165
37166;;; Generated autoloads from progmodes/ruby-ts-mode.el
37167
37168(push (purecopy '(ruby-ts-mode 0 2)) package--builtin-versions)
37169(autoload 'ruby-ts-mode "ruby-ts-mode" "\
37170Major mode for editing Ruby, powered by tree-sitter.
37171
37172(fn)" t)
37173(register-definition-prefixes "ruby-ts-mode" '("ruby-ts-"))
37174
37175
37176;;; Generated autoloads from textmodes/html-ts-mode.el
37177
37178(autoload 'html-ts-mode "html-ts-mode" "\
37179Major mode for editing Html, powered by tree-sitter.
37180
37181(fn)" t)
37182(register-definition-prefixes "html-ts-mode" '("html-ts-mode-"))
37183
37184
37185;;; Generated autoloads from progmodes/c-ts-common.el
37186
37187(register-definition-prefixes "c-ts-common" '("c-ts-common-"))
37188
37189
37190;;; Generated autoloads from progmodes/elixir-ts-mode.el
37191
37192(autoload 'elixir-ts-mode "elixir-ts-mode" "\
37193Major mode for editing Elixir, powered by tree-sitter.
37194
37195(fn)" t)
37196(register-definition-prefixes "elixir-ts-mode" '("elixir-ts-"))
37197
37198
37199;;; Generated autoloads from progmodes/heex-ts-mode.el
37200
37201(autoload 'heex-ts-mode "heex-ts-mode" "\
37202Major mode for editing HEEx, powered by tree-sitter.
37203
37204(fn)" t)
37205(register-definition-prefixes "heex-ts-mode" '("heex-ts-"))
37206 37277
37207;;; End of scraped data 37278;;; End of scraped data
37208 37279
37209(provide 'loaddefs) 37280(provide 'loaddefs)
37210 37281
37211;; Local Variables: 37282;; Local Variables:
37212;; no-byte-compile: t
37213;; version-control: never 37283;; version-control: never
37214;; no-update-autoloads: t 37284;; no-update-autoloads: t
37285;; no-byte-compile: t
37215;; no-native-compile: t 37286;; no-native-compile: t
37216;; coding: utf-8-emacs-unix 37287;; coding: utf-8-emacs-unix
37217;; End: 37288;; End: