aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Corallo2024-09-10 23:39:34 +0200
committerAndrea Corallo2024-09-10 23:39:34 +0200
commit7e194d33f90a0e4b9b88d90c4759f14e8fffda07 (patch)
tree7c7a95faf1c09eeee80e87af78eb83acadd18996
parent9019536ea66ac0d47ea6f1ef690efd16e32c7ec4 (diff)
downloademacs-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.el18
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" "\
9503Start LSP server for PROJECT's buffers under MANAGED-MAJOR-MODES. 9503Start 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" "\
23048Load the languages defined in `org-babel-load-languages'. 23048Load 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" "\
31147Return the width of STRING in pixels. 31147Return the width of STRING in pixels.
31148 31148
31149If you call this function to measure pixel width of a string
31150with embedded newlines, it returns the width of the widest
31151substring 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" "\
31373Toggle display of tab line in the windows displaying the current buffer. 31377Toggle display of tab line in the windows displaying the current buffer.
31374 31378
31379When this mode is enabled, each window displays a tab line on its
31380top screen line. The tab line is a row of tabs -- buttons which
31381you can click to have the window display the buffer whose name is
31382shown on the button. Clicking on the \"x\" icon of the button
31383removes the button (but does not kill the corresponding buffer).
31384In addition, the tab line shows a \"+\" button which adds a new
31385button, so you could have one more buffer shown on the tab line.
31386
31375This is a minor mode. If called interactively, toggle the `Tab-Line 31387This is a minor mode. If called interactively, toggle the `Tab-Line
31376mode' mode. If the prefix argument is positive, enable the mode, and if 31388mode' mode. If the prefix argument is positive, enable the mode, and if
31377it is zero or negative, disable the mode. 31389it is zero or negative, disable the mode.