mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Merge from origin/emacs-29
5303152872Revert "Fix treesit-node-field-name and friends (bug#66674)"fa0bb88302; * src/buffer.c (syms_of_buffer) <default-directory>: Do...44517037ae; Fix typoccf46acefd; Fix last change.c86b039dff; * etc/DEBUG: Improve advice for debugging native-compil...9afba605bbExplain status "r" in `epa-list-keys`6271422196; * lisp/dired.el (dired--make-directory-clickable): Refo...fcbb004489Fix mouse clicks on directory line in Diredbe8a7155b4Fix 'split-root-window-right' and 'split-root-window-below'eb19984c4dMark icalendar.el as maintained by emacs-devel03dc914fd3; Fix footnotes in ELisp Intro manualceacf75395Fix usage of `setq-default' and offer more suggestions2701da0eeeFix python-ts-mode triple quote syntax (bug#67262)683c7c9687Increment parser timestamp when narrowing changes (bug#67...8ae42c825eruby-ts-mode: Fix indentation for string_array closer9cfa498e0atreesit-major-mode-setup: Use 'treesit--syntax-propertize...da2e440462ruby-ts-mode: Fix an out-of-bounds error with heredoc at eob6ea507296aCorrectly refontify changed region in tree-sitter modes (...
This commit is contained in:
commit
3b7198dc47
15 changed files with 175 additions and 48 deletions
|
|
@ -729,7 +729,7 @@ has over @code{cl-case}
|
|||
;; symbol
|
||||
('success (message "Done!"))
|
||||
('would-block (message "Sorry, can't do it now"))
|
||||
('read-only (message "The shmliblick is read-only"))
|
||||
('read-only (message "The schmilblick is read-only"))
|
||||
('access-denied (message "You do not have the needed rights"))
|
||||
@end group
|
||||
@group
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue