mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Merge from origin/emacs-29
db72787380ruby-ts-mode: Use font-lock-constant-face for true/false/nil819719330a(ruby-ts--indent-rules): Add a rule for continuation of a...94b9cbf96f(ruby-ts--parent-call-or-bol): Handle more cases with nes...ba33b83ce4(ruby-ts--statement-container-regexp): Remove "parenthesi...f2bedf695cruby-ts-mode: Handle indent in parenless calls much close...758ac5eabbFix split-window-below for the case when split-window-kee...8e9783b4ceRebind in read-regexp-map ‘M-c’ to ‘M-s c’ compatible wit...78f93d92b2* lisp/vc/vc-dir.el: Make keys ‘% m’ and ‘* %’ compatible...dc3f85fd4bUse proper types for Eshell warnings6a8338a8bc; Avoid byte-compiler warning in cc-fonts.el.9186be20ae; Clarify doc strings of some functions in files.elbd5ef3ef95Improve the documentation of 'auto-mode-alist' search1798ff5a66; Fix minor mistakes in documentationfaee7e1f1b; * lisp/treesit.el (treesit-font-lock-fontify-region): M...24f0dfd373Revert "Revert "Add c-or-c++-ts-mode (bug#59613)""ac3bc775b6Make it harder to misactivate tree-sitter font-lock fast ...bdd82fa797; * src/treesit.c: Remove unused boilerplate.343b9b3dferuby-ts-mode: Obey the option ruby-method-call-indent045404d1aaruby-ts-mode: Obey the option ruby-after-operator-indent300ca6ac37ruby-ts-mode: Fix indent after operator or conditionalac5516bd7druby-ts-mode: Fix/change indentation of a continuation me...5e2e68a0c2ruby-ts-mode: Fix indent inside parenthesized_expr and el...9ed9ff4690ruby-ts-mode: Fix the rules for hanging arrays and hashesc4f0b6cceaAdd more detail about how to invoke Eshell commandsdbac923b9dCC Mode: On removal of "typedef", remove pertinent types ...56d69c2fc4; Relax timeouts for failing ERC test183e749270Don't preserve non-module minor modes in erc-open7b8322f628Use correct buffer for local-module vars in erc-open7b13422298; Avoid plist-get as generalized var in erc-compat09e9d7c749Fix display of warnings on w32 consolebd094207c7Fix buffer-list-update-hook for indirect buffers9e7a5d58ee; Fix tree-sitter indent anchor preset7c61a30410Fix treesit-node-first-child-for-pos (bug#60127)b36cc7e7bb; * src/treesit.c (Ftreesit_induce_sparse_tree): Minor ch... # Conflicts: # etc/NEWS
This commit is contained in:
commit
9161a302c9
33 changed files with 804 additions and 261 deletions
|
|
@ -2811,7 +2811,7 @@ values. Note that this macro is *not* available in Common Lisp.
|
|||
As a special case, if `(PLACE)' is used instead of `(PLACE VALUE)',
|
||||
the PLACE is not modified before executing BODY.
|
||||
|
||||
See info node `(cl) Function Bindings' for details.
|
||||
See info node `(cl) Modify Macros' for details.
|
||||
|
||||
\(fn ((PLACE VALUE) ...) BODY...)"
|
||||
(declare (indent 1) (debug ((&rest [&or (symbolp form)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue