mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(read-face-name): Delete duplicate faces.
This commit is contained in:
parent
bdd78d0586
commit
81435dc42a
@ -882,6 +882,7 @@ Otherwise, return a single face."
|
||||
(push f faces)))
|
||||
(if (symbolp faceprop)
|
||||
(push faceprop faces)))
|
||||
(delete-dups faces)
|
||||
|
||||
;; Build up the completion tables.
|
||||
(mapatoms (lambda (s)
|
||||
|
Loading…
Reference in New Issue
Block a user