Merge from origin/emacs-29
ec00d292ec
Improve treesit-fontify-with-override4bcdb1cc65
Make killing a non-last client work the same no matter th...a27f61f6f4
Use the function 'window-system' on the tab-bar/tab-line ...432b9655ae
Restore font-lock-type-face for lisp mode &symbols
This commit is contained in:
commit
4fa37dc426
8 changed files with 83 additions and 65 deletions
|
@ -514,7 +514,7 @@ This will generate compile-time constants from BINDINGS."
|
|||
(0 font-lock-builtin-face))
|
||||
;; ELisp and CLisp `&' keywords as types.
|
||||
(,(lambda (bound) (lisp-mode--search-key "&" bound))
|
||||
(0 font-lock-builtin-face))
|
||||
(0 font-lock-type-face))
|
||||
;; ELisp regexp grouping constructs
|
||||
(,(lambda (bound)
|
||||
(catch 'found
|
||||
|
@ -567,7 +567,7 @@ This will generate compile-time constants from BINDINGS."
|
|||
(0 font-lock-builtin-face))
|
||||
;; ELisp and CLisp `&' keywords as types.
|
||||
(,(lambda (bound) (lisp-mode--search-key "&" bound))
|
||||
(0 font-lock-builtin-face))
|
||||
(0 font-lock-type-face))
|
||||
;; ELisp regexp grouping constructs
|
||||
;; This is too general -- rms.
|
||||
;; A user complained that he has functions whose names start with `do'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue