(custom-declare-face): Purecopy DOC.
This commit is contained in:
parent
32651a48c5
commit
08449ec1ec
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
(if (memq window-system '(x w32))
|
||||
(make-face-x-resource-internal face))))
|
||||
(when (and doc (null (face-documentation face)))
|
||||
(set-face-documentation face doc))
|
||||
(set-face-documentation face (purecopy doc)))
|
||||
(custom-handle-all-keywords face args 'custom-face)
|
||||
(run-hooks 'custom-define-hook))
|
||||
face)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue