Merge from origin/emacs-29
5f60913208
Fix State button for customize-icon (Bug#66635)27c71979ff
; Another Texinfo fix889a550ca0
; Fix Texinfo warnings893c344b4e
Fix the use of adaptive-fill-regexp in treesit indent preset1098c114b7
Fix treesit-install-language-grammar (bug#66673)491ee428c0
Fix treesit-explore-mode (bug#66431)ee043a2703
tsx-ts-mode--font-lock-compatibility-bb1f97b: Re-fix the ...
This commit is contained in:
commit
54c9467a99
10 changed files with 222 additions and 99 deletions
|
@ -181,9 +181,9 @@ present if the icon is represented by an image."
|
|||
(let ((parent-keywords (icon-spec-keywords elem))
|
||||
(current-keywords (icon-spec-keywords current)))
|
||||
(while parent-keywords
|
||||
(unless (plist-get (car parent-keywords) current-keywords)
|
||||
(nconc current (take 2 parent-keywords))
|
||||
(setq parent-keywords (cddr parent-keywords))))))))
|
||||
(unless (plist-get current-keywords (car parent-keywords))
|
||||
(nconc current (take 2 parent-keywords)))
|
||||
(setq parent-keywords (cddr parent-keywords)))))))
|
||||
merged)
|
||||
|
||||
(cl-defmethod icons--create ((_type (eql 'image)) icon keywords)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue