diff options
| author | Andrea Corallo | 2024-09-10 23:39:34 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2024-09-10 23:39:34 +0200 |
| commit | 7e194d33f90a0e4b9b88d90c4759f14e8fffda07 (patch) | |
| tree | 7c7a95faf1c09eeee80e87af78eb83acadd18996 | |
| parent | 9019536ea66ac0d47ea6f1ef690efd16e32c7ec4 (diff) | |
| download | emacs-30.0.90.tar.gz emacs-30.0.90.zip | |
* lisp/ldefs-boot.el: Update.emacs-30.0.90
| -rw-r--r-- | lisp/ldefs-boot.el | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index d4eb42472d8..51a2333826e 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -9497,7 +9497,7 @@ Turn on EDT Emulation." t) | |||
| 9497 | 9497 | ||
| 9498 | ;;; Generated autoloads from progmodes/eglot.el | 9498 | ;;; Generated autoloads from progmodes/eglot.el |
| 9499 | 9499 | ||
| 9500 | (push (purecopy '(eglot 1 17)) package--builtin-versions) | 9500 | (push (purecopy '(eglot 1 17 30)) package--builtin-versions) |
| 9501 | (define-obsolete-function-alias 'eglot-update #'eglot-upgrade-eglot "29.1") | 9501 | (define-obsolete-function-alias 'eglot-update #'eglot-upgrade-eglot "29.1") |
| 9502 | (autoload 'eglot "eglot" "\ | 9502 | (autoload 'eglot "eglot" "\ |
| 9503 | Start LSP server for PROJECT's buffers under MANAGED-MAJOR-MODES. | 9503 | Start LSP server for PROJECT's buffers under MANAGED-MAJOR-MODES. |
| @@ -20493,7 +20493,7 @@ Makefile mode can be configured by modifying the following variables: | |||
| 20493 | to MODIFY A FILE WITHOUT YOUR CONFIRMATION when \"it seems necessary\". | 20493 | to MODIFY A FILE WITHOUT YOUR CONFIRMATION when \"it seems necessary\". |
| 20494 | 20494 | ||
| 20495 | `makefile-special-targets-list': | 20495 | `makefile-special-targets-list': |
| 20496 | List of special targets. You will be offered to complete | 20496 | List of special targets. You will be offered to complete |
| 20497 | on one of those in the minibuffer whenever you enter a `.'. | 20497 | on one of those in the minibuffer whenever you enter a `.'. |
| 20498 | at the beginning of a line in Makefile mode. | 20498 | at the beginning of a line in Makefile mode. |
| 20499 | 20499 | ||
| @@ -23043,7 +23043,7 @@ Coloring: | |||
| 23043 | 23043 | ||
| 23044 | ;;; Generated autoloads from org/org.el | 23044 | ;;; Generated autoloads from org/org.el |
| 23045 | 23045 | ||
| 23046 | (push (purecopy '(org 9 7 10)) package--builtin-versions) | 23046 | (push (purecopy '(org 9 7 11)) package--builtin-versions) |
| 23047 | (autoload 'org-babel-do-load-languages "org" "\ | 23047 | (autoload 'org-babel-do-load-languages "org" "\ |
| 23048 | Load the languages defined in `org-babel-load-languages'. | 23048 | Load the languages defined in `org-babel-load-languages'. |
| 23049 | 23049 | ||
| @@ -31146,6 +31146,10 @@ This construct can only be used with lexical binding. | |||
| 31146 | (autoload 'string-pixel-width "subr-x" "\ | 31146 | (autoload 'string-pixel-width "subr-x" "\ |
| 31147 | Return the width of STRING in pixels. | 31147 | Return the width of STRING in pixels. |
| 31148 | 31148 | ||
| 31149 | If you call this function to measure pixel width of a string | ||
| 31150 | with embedded newlines, it returns the width of the widest | ||
| 31151 | substring that does not include newlines. | ||
| 31152 | |||
| 31149 | (fn STRING)") | 31153 | (fn STRING)") |
| 31150 | (function-put 'string-pixel-width 'important-return-value 't) | 31154 | (function-put 'string-pixel-width 'important-return-value 't) |
| 31151 | (autoload 'string-glyph-split "subr-x" "\ | 31155 | (autoload 'string-glyph-split "subr-x" "\ |
| @@ -31372,6 +31376,14 @@ disabled. | |||
| 31372 | (autoload 'tab-line-mode "tab-line" "\ | 31376 | (autoload 'tab-line-mode "tab-line" "\ |
| 31373 | Toggle display of tab line in the windows displaying the current buffer. | 31377 | Toggle display of tab line in the windows displaying the current buffer. |
| 31374 | 31378 | ||
| 31379 | When this mode is enabled, each window displays a tab line on its | ||
| 31380 | top screen line. The tab line is a row of tabs -- buttons which | ||
| 31381 | you can click to have the window display the buffer whose name is | ||
| 31382 | shown on the button. Clicking on the \"x\" icon of the button | ||
| 31383 | removes the button (but does not kill the corresponding buffer). | ||
| 31384 | In addition, the tab line shows a \"+\" button which adds a new | ||
| 31385 | button, so you could have one more buffer shown on the tab line. | ||
| 31386 | |||
| 31375 | This is a minor mode. If called interactively, toggle the `Tab-Line | 31387 | This is a minor mode. If called interactively, toggle the `Tab-Line |
| 31376 | mode' mode. If the prefix argument is positive, enable the mode, and if | 31388 | mode' mode. If the prefix argument is positive, enable the mode, and if |
| 31377 | it is zero or negative, disable the mode. | 31389 | it is zero or negative, disable the mode. |