]> code.delx.au - gnu-emacs/blobdiff - lisp/cus-face.el
(log-view-goto-rev): New function for the new VC.
[gnu-emacs] / lisp / cus-face.el
index 2b32ce3f5227030c6a0c42d0335e696045a9f0d8..b465aada7ae84306db0284b52643a9d094343ba5 100644 (file)
@@ -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)