]> code.delx.au - gnu-emacs/blobdiff - lisp/htmlfontify.el
Merge changes from emacs-23 branch.
[gnu-emacs] / lisp / htmlfontify.el
index 12e5497246163fe483b6bd7d8951bbdb0bc6ee42..035b6d384e78c25f940bbcbca4061aed81bc8539 100644 (file)
@@ -926,7 +926,7 @@ See also `hfy-display-class' for details of valid values for CLASS."
                new-spec)))))
     (if (or (memq :inherit face-spec) (eq 'default face))
         face-spec
-      (nconc face-spec (list :inherit 'default))) ))
+      (append face-spec (list :inherit 'default)))))
 
 ;; construct an assoc of (css-tag-name . css-tag-value) pairs
 ;; from a face or assoc of face attributes: