Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
81435dc4
Commit
81435dc4
authored
Aug 04, 2005
by
Juri Linkov
Browse files
(read-face-name): Delete duplicate faces.
parent
bdd78d05
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/faces.el
lisp/faces.el
+1
-0
No files found.
lisp/faces.el
View file @
81435dc4
...
@@ -882,6 +882,7 @@ Otherwise, return a single face."
...
@@ -882,6 +882,7 @@ Otherwise, return a single face."
(
push
f
faces
)))
(
push
f
faces
)))
(
if
(
symbolp
faceprop
)
(
if
(
symbolp
faceprop
)
(
push
faceprop
faces
)))
(
push
faceprop
faces
)))
(
delete-dups
faces
)
;; Build up the completion tables.
;; Build up the completion tables.
(
mapatoms
(
lambda
(
s
)
(
mapatoms
(
lambda
(
s
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment