1
0
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:
Juri Linkov 2005-08-04 01:06:44 +00:00
parent bdd78d0586
commit 81435dc42a

View File

@ -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)