diff options
| author | Eli Zaretskii | 2023-06-17 05:27:03 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2023-06-17 05:27:03 -0400 |
| commit | 30d5f1e62c0769a8d8ec41d0cd49e87b6ae45d40 (patch) | |
| tree | 701b93f0436232b6fb6923738774a18067cd4e06 | |
| parent | b51be64a715f9f00d3f413aff4ee8a10d30d2a04 (diff) | |
| download | emacs-30d5f1e62c0769a8d8ec41d0cd49e87b6ae45d40.tar.gz emacs-30d5f1e62c0769a8d8ec41d0cd49e87b6ae45d40.zip | |
; Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/ldefs-boot.el | 249 |
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" "\ |
| 2431 | In Dired, ask a WWW browser to display the file named on this line." t) | 2431 | In Dired, ask a WWW browser to display the file named on this line. |
| 2432 | With 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" "\ |
| 2433 | Use a web browser to display the current region. | 2438 | Use a web browser to display the current region. |
| 2434 | See `browse-url' for details. | 2439 | See `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 | |||
| 4919 | of (commands) to run simultaneously. | 4929 | of (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" "\ | ||
| 4933 | Return the type specifier of FUNCTION. | ||
| 4934 | |||
| 4935 | This function returns a cons cell whose car is the function | ||
| 4936 | specifier, and cdr is a symbol, either `inferred' or `know'. | ||
| 4937 | If the symbol is `inferred', the type specifier is automatically | ||
| 4938 | inferred 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 | |||
| 7274 | the word at mouse click. | 7294 | the 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" "\ |
| 9230 | Start LSP server for PROJECT's buffers under MANAGED-MAJOR-MODES. | 9250 | Start 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" "\ |
| 9271 | Start Eglot session for current buffer if there isn't one.") | 9291 | Start Eglot session for current buffer if there isn't one.") |
| 9292 | (autoload 'eglot-upgrade-eglot "eglot" "\ | ||
| 9293 | Update 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" "\ | ||
| 9554 | Major 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) "\ |
| 11331 | List of functions called to form the list of default URIs for `eww'. | 11365 | List of functions called to form the list of default URIs for `eww'. |
| 11332 | Each of the elements is a function returning either a string or a list | 11366 | Each of the elements is a function returning either a string or a list |
| 11333 | of strings. The results will be joined into a single list with | 11367 | of 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" "\ | ||
| 15155 | Major 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" "\ | ||
| 16334 | Major 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" "\ |
| 20687 | Move forward until encountering the beginning of a word. | 20739 | Move forward until encountering the beginning of the ARGth word. |
| 20688 | With argument, do this that many times. | 20740 | ARG defaults to 1. When called interactively, ARG is the prefix |
| 20741 | numeric argument. | ||
| 20689 | 20742 | ||
| 20690 | (fn ARG)" t) | 20743 | (fn &optional ARG)" t) |
| 20691 | (autoload 'backward-to-word "misc" "\ | 20744 | (autoload 'backward-to-word "misc" "\ |
| 20692 | Move backward until encountering the end of a word. | 20745 | Move backward until encountering the end of the ARGth word. |
| 20693 | With argument, do this that many times. | 20746 | ARG defaults to 1. When called interactively, ARG is the prefix |
| 20747 | numeric argument. | ||
| 20694 | 20748 | ||
| 20695 | (fn ARG)" t) | 20749 | (fn &optional ARG)" t) |
| 20696 | (autoload 'butterfly "misc" "\ | 20750 | (autoload 'butterfly "misc" "\ |
| 20697 | Use butterflies to flip the desired bit on the drive platter. | 20751 | Use butterflies to flip the desired bit on the drive platter. |
| 20698 | Open hands and let the delicate wings flap once. The disturbance | 20752 | Open 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" "\ |
| 22459 | Load the languages defined in `org-babel-load-languages'. | 22513 | Load 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' | |||
| 23463 | had been enabled. | 23517 | had 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" "\ |
| 23467 | Update package NAME if a newer version exists. | 23521 | Upgrade 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" "\ |
| 23471 | Refresh package list and upgrade all packages. | 23525 | Refresh package list and upgrade all packages. |
| 23472 | If QUERY, ask the user before updating packages. When called | 23526 | If QUERY, ask the user before upgrading packages. When called |
| 23473 | interactively, QUERY is always true. | 23527 | interactively, QUERY is always true. |
| 23474 | 23528 | ||
| 23529 | Currently, packages which are part of the Emacs distribution are | ||
| 23530 | not upgraded by this command. To enable upgrading such a package | ||
| 23531 | using this command, first upgrade the package to a newer version | ||
| 23532 | from 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" "\ |
| 23477 | Install a package from the current buffer. | 23537 | Install 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" "\ |
| 23558 | Ensure packages specified in `package-vc-selected-packages' are installed." t) | 23618 | Ensure 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" "\ |
| 23560 | Attempt to update all installed VC packages." t) | 23620 | Attempt to upgrade all installed VC packages." t) |
| 23561 | (autoload 'package-vc-update "package-vc" "\ | 23621 | (autoload 'package-vc-upgrade "package-vc" "\ |
| 23562 | Attempt to update the package PKG-DESC. | 23622 | Attempt 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 | |||
| 23575 | symbol whose name is the package name, and the URL for the | 23635 | symbol whose name is the package name, and the URL for the |
| 23576 | package will be taken from the package's metadata. | 23636 | package will be taken from the package's metadata. |
| 23577 | 23637 | ||
| 23578 | By default, this function installs the last version of the package | 23638 | By default, this function installs the last revision of the |
| 23579 | available from its repository, but if REV is given and non-nil, it | 23639 | package available from its repository. If REV is a string, it |
| 23580 | specifies the revision to install. If REV has the special value | 23640 | describes the revision to install, as interpreted by the VC |
| 23581 | `:last-release' (interactively, the prefix argument), that stands | 23641 | backend. The special value `:last-release' (interactively, the |
| 23582 | for the last released version of the package. | 23642 | prefix argument), will use the commit of the latest release, if |
| 23643 | it exists. The last release is the latest revision which changed | ||
| 23644 | the \"Version:\" header of the package's main Lisp file. | ||
| 23583 | 23645 | ||
| 23584 | Optional argument BACKEND specifies the VC backend to use for cloning | 23646 | Optional argument BACKEND specifies the VC backend to use for cloning |
| 23585 | the package's repository; this is only possible if NAME-OR-URL is a URL, | 23647 | the 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 | |||
| 23616 | cookies, re-compiling Emacs Lisp files, building and installing | 23678 | cookies, re-compiling Emacs Lisp files, building and installing |
| 23617 | any documentation, downloading any missing dependencies. This | 23679 | any documentation, downloading any missing dependencies. This |
| 23618 | command does not fetch new revisions from a remote server. That | 23680 | command does not fetch new revisions from a remote server. That |
| 23619 | is the responsibility of `package-vc-update'. Interactively, | 23681 | is the responsibility of `package-vc-upgrade'. Interactively, |
| 23620 | prompt for the name of the package to rebuild. | 23682 | prompt 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 | |||
| 23671 | any unknown values other than DST are returned as nil, and an | 23733 | any unknown values other than DST are returned as nil, and an |
| 23672 | unknown DST value is returned as -1. | 23734 | unknown DST value is returned as -1. |
| 23673 | 23735 | ||
| 23674 | (fn STRING)") | 23736 | See `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" "\ |
| 24507 | Major mode for editing PLSTORE files. | 24571 | Major 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 | |||
| 25210 | of the project instance object. | 25274 | of 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) "\ |
| 25214 | Keymap for project commands.") | 25283 | Keymap 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 | |||
| 25359 | ARG, show only buffers that are visiting files. | 25428 | ARG, 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" "\ |
| 25363 | Kill the buffers belonging to the current project. | 25433 | Kill the buffers belonging to the current project. |
| 25364 | Two buffers belong to the same project if their project | 25434 | Two 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 |
| 26034 | that are joined after authentication. | 26104 | that 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 "\ |
| 26038 | Non-nil if Rcirc-Track minor mode is enabled. | 26108 | Non-nil if Rcirc-Track minor mode is enabled. |
| 26039 | See the `rcirc-track-minor-mode' command | 26109 | See 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" "\ | ||
| 27513 | Major 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. | |||
| 27481 | For extending the `rx' notation in FORM, use `rx-define' or `rx-let-eval'. | 27563 | For 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" "\ |
| 27485 | Translate regular expressions REGEXPS in sexp form to a regexp string. | 27568 | Translate regular expressions REGEXPS in sexp form to a regexp string. |
| 27486 | Each argument is one of the forms below; RX is a subform, and RX... stands | 27569 | Each 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 | |||
| 30313 | removed. | 30396 | removed. |
| 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" "\ |
| 30317 | Looping construct taken from Scheme. | 30401 | Looping construct taken from Scheme. |
| 30318 | Like `let', bind variables in BINDINGS and then evaluate BODY, | 30402 | Like `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. | |||
| 30326 | Return the width of STRING in pixels. | 30410 | Return 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" "\ |
| 30330 | Split STRING into a list of strings representing separate glyphs. | 30415 | Split STRING into a list of strings representing separate glyphs. |
| 30331 | This takes into account combining characters and grapheme clusters: | 30416 | This takes into account combining characters and grapheme clusters: |
| @@ -30334,6 +30419,7 @@ on display into a single grapheme cluster is treated as a single | |||
| 30334 | indivisible unit. | 30419 | indivisible 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" "\ |
| 30338 | Add display property PROP with VALUE to the text from START to END. | 30424 | Add display property PROP with VALUE to the text from START to END. |
| 30339 | If any text in the region has a non-nil `display' property, those | 30425 | If any text in the region has a non-nil `display' property, those |
| @@ -30347,7 +30433,7 @@ this defaults to the current buffer. | |||
| 30347 | Query the user for a process and return the process object. | 30433 | Query 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 | |||
| 31762 | value of `texinfo-mode-hook'. | 31848 | value 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 | ||
| 32907 | Interactively, if `treesit-language-source-alist' doesn't already | 32993 | Interactively, if `treesit-language-source-alist' doesn't already |
| 32908 | have data for building the grammar for LANG, prompt for its | 32994 | have data for building the grammar for LANG, prompt for its |
| 32909 | repository URL and the C/C++ compiler to use. Non-interactively, | 32995 | repository URL and the C/C++ compiler to use. The recipe built |
| 32910 | signal an error when there's no recipe for LANG. | 32996 | by the prompts are saved for the current session if the |
| 32997 | installation is successful and the grammar is loadable. | ||
| 32911 | 32998 | ||
| 32912 | This command requires Git, a C compiler and (sometimes) a C++ compiler, | 32999 | This command requires Git, a C compiler and (sometimes) a C++ compiler, |
| 32913 | and the linker to be installed and on PATH. It also requires that the | 33000 | and 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" "\ |
| 34363 | Descending recursively from DIR, make a tag called NAME. | 34452 | Descending recursively from DIR, make a tag called NAME. |
| 34364 | For each registered file, the working revision becomes part of | 34453 | For each registered file, the working revision becomes part of |
| 34365 | the named configuration. If the prefix argument BRANCHP is | 34454 | the configuration identified by the tag. |
| 34366 | given, the tag is made as a new branch and the files are | 34455 | If BRANCHP is non-nil (interactively, the prefix argument), the |
| 34367 | checked out in that new branch. | 34456 | tag NAME is a new branch, and the files are checked out and |
| 34457 | updated to reflect their revisions on that branch. | ||
| 34458 | In interactive use, DIR is `default-directory' for repository-granular | ||
| 34459 | VCSes (all the modern decentralized VCSes belong to this group), | ||
| 34460 | otherwise 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" "\ |
| 34371 | Descending recursively from DIR, make a branch called NAME. | 34464 | Make a branch called NAME in directory DIR. |
| 34372 | After a new branch is made, the files are checked out in that new branch. | 34465 | After making the new branch, check out the branch, i.e. update the |
| 34373 | Uses `vc-create-tag' with the non-nil arg `branchp'. | 34466 | files in the tree to their revisions on the branch. |
| 34467 | |||
| 34468 | Interactively, prompt for the NAME of the branch. | ||
| 34469 | |||
| 34470 | With VCSes that maintain version information per file, this command also | ||
| 34471 | prompts for the directory DIR whose files, recursively, will be tagged | ||
| 34472 | with the NAME of new branch. For VCSes that maintain version | ||
| 34473 | information for the entire repository (all the modern decentralized | ||
| 34474 | VCSes belong to this group), DIR is always the `default-directory'. | ||
| 34475 | |||
| 34476 | Finally, this command might prompt for the branch or tag from which to | ||
| 34477 | start (\"fork\") the new branch, with completion candidates including | ||
| 34478 | all the known branches and tags in the repository. | ||
| 34479 | |||
| 34480 | This 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" "\ |
| 34377 | For each file in or below DIR, retrieve their tagged version NAME. | 34484 | For each file in or below DIR, retrieve their version identified by tag NAME. |
| 34378 | NAME can name a branch, in which case this command will switch to the | 34485 | NAME can name a branch, in which case this command will switch to the |
| 34379 | named branch in the directory DIR. | 34486 | named branch in the directory DIR. |
| 34380 | Interactively, prompt for DIR only for VCS that works at file level; | 34487 | Interactively, prompt for DIR only for VCS that works at file level; |
| 34381 | otherwise use the repository root of the current buffer. | 34488 | otherwise use the root directory of the current buffer's VC tree. |
| 34382 | If NAME is empty, it refers to the latest revisions of the current branch. | 34489 | If NAME is empty, it refers to the latest revisions of the current branch. |
| 34383 | If locking is used for the files in DIR, then there must not be any | 34490 | If locking is used for the files in DIR, then there must not be any |
| 34384 | locked files at or below DIR (but if NAME is empty, locked files are | 34491 | locked files at or below DIR (but if NAME is empty, locked files are |
| 34385 | allowed and simply skipped). | 34492 | allowed and simply skipped). |
| 34386 | If the prefix argument BRANCHP is given, switch the branch | 34493 | If BRANCHP is non-nil (interactively, the prefix argument), switch to the |
| 34387 | and check out the files in that branch. | 34494 | branch and check out and update the files to their version on that branch. |
| 34388 | This function runs the hook `vc-retrieve-tag-hook' when finished. | 34495 | This 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" "\ |
| 34392 | Switch to the branch NAME in the directory DIR. | 34499 | Switch to the branch NAME in the directory DIR. |
| 34393 | If NAME is empty, it refers to the latest revisions of the current branch. | 34500 | If NAME is empty, it refers to the latest revision of the current branch. |
| 34501 | Interactively, prompt for DIR only for VCS that works at file level; | ||
| 34502 | otherwise use the root directory of the current buffer's VC tree. | ||
| 34503 | Interactively, prompt for the NAME of the branch. | ||
| 34504 | After switching to the branch, check out and update the files to their | ||
| 34505 | version on that branch. | ||
| 34394 | Uses `vc-retrieve-tag' with the non-nil arg `branchp'. | 34506 | Uses `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" "\ |
| 34426 | Show the change log for BRANCH root in a window. | 34538 | Show the change log for BRANCH in another window. |
| 34539 | The 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" "\ |
| 34849 | Major mode for editing Verilog code. | 34962 | Major 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" "\ | ||
| 37170 | Major 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" "\ | ||
| 37179 | Major 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" "\ | ||
| 37193 | Major 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" "\ | ||
| 37202 | Major 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: |