diff options
-rw-r--r-- | lisp/ldefs-boot.el | 81 |
1 files changed, 60 insertions, 21 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 3f3983751df..bad13e9bb9f 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el @@ -2934,7 +2934,7 @@ Major mode for editing C, powered by tree-sitter. Major mode for editing C++, powered by tree-sitter. (fn)" t) -(register-definition-prefixes "c-ts-mode" '("c++-ts-mode--syntax-table" "c-ts-mode-")) +(register-definition-prefixes "c-ts-mode" '("c-ts-mode-")) ;;; Generated autoloads from calendar/cal-bahai.el @@ -8671,9 +8671,9 @@ it is disabled. (defvar edebug-all-defs nil "\ If non-nil, evaluating defining forms instruments for Edebug. -This applies to `eval-defun', `eval-region', `eval-buffer', and -`eval-current-buffer'. `eval-region' is also called by -`eval-last-sexp', and `eval-print-last-sexp'. +This applies to `eval-defun', `eval-region' and `eval-buffer'. +`eval-region' is also called by `eval-last-sexp', and +`eval-print-last-sexp'. You can use the command `edebug-all-defs' to toggle the value of this variable. You may wish to make it local to each buffer with @@ -9134,7 +9134,7 @@ Turn on EDT Emulation." t) ;;; Generated autoloads from progmodes/eglot.el -(push (purecopy '(eglot 1 9)) package--builtin-versions) +(push (purecopy '(eglot 1 10)) package--builtin-versions) (autoload 'eglot "eglot" "\ Start LSP server in support of PROJECT's buffers under MANAGED-MAJOR-MODE. @@ -9392,10 +9392,11 @@ it is disabled. (autoload 'elide-head "elide-head" "\ Hide header material in buffer according to `elide-head-headers-to-hide'. -The header is made invisible with an overlay. With a prefix arg, show -an elided material again. +The header is made invisible with an overlay. With a prefix +argument ARG, show an elided material again. -This is suitable as an entry on `find-file-hook' or appropriate mode hooks. +This is suitable as an entry on `find-file-hook' or appropriate +mode hooks. (fn &optional ARG)" t) (make-obsolete 'elide-head 'elide-head-mode "29.1") @@ -10116,9 +10117,7 @@ then the server and full-name will be set to those values, whereas `erc-compute-port' and `erc-compute-nick' will be invoked for the values of the other parameters. -When present, ID should be an opaque object used to identify the -connection unequivocally. This is rarely needed and not available -interactively. +See `erc-tls' for the meaning of ID. (fn &key (SERVER (erc-compute-server)) (PORT (erc-compute-port)) (NICK (erc-compute-nick)) (USER (erc-compute-user)) PASSWORD (FULL-NAME (erc-compute-full-name)) ID)" t) (defalias 'erc-select #'erc) @@ -10133,6 +10132,7 @@ Non-interactively, it takes the keyword arguments (server (erc-compute-server)) (port (erc-compute-port)) (nick (erc-compute-nick)) + (user (erc-compute-user)) password (full-name (erc-compute-full-name)) client-certificate @@ -10161,11 +10161,11 @@ Example usage: \\='(\"/home/bandali/my-cert.key\" \"/home/bandali/my-cert.crt\")) -When present, ID should be an opaque object for identifying the -connection unequivocally. (In most cases, this would be a string or a -symbol composed of letters from the Latin alphabet.) This option is -generally unneeded, however. See info node `(erc) Connecting' for use -cases. Not available interactively. +When present, ID should be a symbol or a string to use for naming +the server buffer and identifying the connection unequivocally. +See info node `(erc) Network Identifier' for details. Like USER +and CLIENT-CERTIFICATE, this parameter cannot be specified +interactively. (fn &key (SERVER (erc-compute-server)) (PORT (erc-compute-port \\='ircs-u)) (NICK (erc-compute-nick)) (USER (erc-compute-user)) PASSWORD (FULL-NAME (erc-compute-full-name)) CLIENT-CERTIFICATE ID)" t) (autoload 'erc-handle-irc-url "erc" "\ @@ -14341,6 +14341,21 @@ Add the window configuration CONF to `gnus-buffer-configuration'. (register-definition-prefixes "gnutls" '("gnutls-" "open-gnutls-stream")) +;;; Generated autoloads from progmodes/go-ts-mode.el + +(add-to-list 'auto-mode-alist '("\\.go\\'" . go-ts-mode)) +(autoload 'go-ts-mode "go-ts-mode" "\ +Major mode for editing Go, powered by tree-sitter. + +(fn)" t) +(add-to-list 'auto-mode-alist '("/go\\.mod\\'" . go-mod-ts-mode)) +(autoload 'go-mod-ts-mode "go-ts-mode" "\ +Major mode for editing go.mod files, powered by tree-sitter. + +(fn)" t) +(register-definition-prefixes "go-ts-mode" '("go-")) + + ;;; Generated autoloads from play/gomoku.el (autoload 'gomoku "gomoku" "\ @@ -18622,7 +18637,7 @@ Major mode for editing JSON, powered by tree-sitter. ;;; Generated autoloads from jsonrpc.el -(push (purecopy '(jsonrpc 1 0 15)) package--builtin-versions) +(push (purecopy '(jsonrpc 1 0 16)) package--builtin-versions) (register-definition-prefixes "jsonrpc" '("jsonrpc-")) @@ -23478,7 +23493,7 @@ uses `package-vc-heuristic-alist' to guess the backend. Note that by default, a VC package will be prioritized over a regular package, but it will not remove a VC package. -(fn PACKAGE &optional NAME REV BACKEND)" t) +(fn PACKAGE &optional REV BACKEND)" t) (autoload 'package-vc-checkout "package-vc" "\ Clone the sources for PKG-DESC into DIRECTORY and visit that directory. Unlike `package-vc-install', this does not yet set up the package @@ -27333,6 +27348,16 @@ it is disabled. (register-definition-prefixes "ruler-mode" '("ruler-")) +;;; Generated autoloads from progmodes/rust-ts-mode.el + +(add-to-list 'auto-mode-alist '("\\.rs\\'" . rust-ts-mode)) +(autoload 'rust-ts-mode "rust-ts-mode" "\ +Major mode for editing Rust, powered by tree-sitter. + +(fn)" t) +(register-definition-prefixes "rust-ts-mode" '("rust-ts-mode-")) + + ;;; Generated autoloads from emacs-lisp/rx.el (autoload 'rx-to-string "rx" "\ @@ -29558,7 +29583,8 @@ is specified in the connection settings. Run PRODUCT interpreter as an inferior process. If buffer `*SQL*' exists but no process is running, make a new process. -If buffer exists and a process is running, just switch to buffer `*SQL*'. +If buffer exists and a process is running, just make sure buffer `*SQL*' +is displayed. To specify the SQL product, prefix the call with \\[universal-argument]. To set the buffer name as well, prefix @@ -30201,7 +30227,10 @@ Return the width of STRING in pixels. (fn STRING)") (autoload 'string-glyph-split "subr-x" "\ Split STRING into a list of strings representing separate glyphs. -This takes into account combining characters and grapheme clusters. +This takes into account combining characters and grapheme clusters: +if compositions are enabled, each sequence of characters composed +on display into a single grapheme cluster is treated as a single +indivisible unit. (fn STRING)") (autoload 'add-display-text-property "subr-x" "\ @@ -32665,7 +32694,7 @@ Add archive file name handler to `file-name-handler-alist'." (when (and tramp-ar ;;; Generated autoloads from net/trampver.el -(push (purecopy '(tramp 2 6 0 -1)) package--builtin-versions) +(push (purecopy '(tramp 2 6 0 29 1)) package--builtin-versions) (register-definition-prefixes "trampver" '("tramp-")) @@ -36914,6 +36943,16 @@ a new xwidget-webkit session, otherwise use an existing session. (register-definition-prefixes "xwidget" '("xwidget-")) +;;; Generated autoloads from textmodes/yaml-ts-mode.el + +(add-to-list 'auto-mode-alist '("\\.ya?ml\\'" . yaml-ts-mode)) +(autoload 'yaml-ts-mode "yaml-ts-mode" "\ +Major mode for editing YAML, powered by tree-sitter. + +(fn)" t) +(register-definition-prefixes "yaml-ts-mode" '("yaml-ts-mode--")) + + ;;; Generated autoloads from yank-media.el (autoload 'yank-media "yank-media" "\ |