# HG changeset patch # User Miles Bader # Date 975394330 0 # Node ID ec4bfc5cff03dda2aae84ceb827d499374beadab # Parent 45b5584170ff898f5cf5c50095b85814076b1a97 (custom-face-attributes): Typo. diff -r 45b5584170ff -r ec4bfc5cff03 lisp/cus-face.el --- a/lisp/cus-face.el Tue Nov 28 06:41:19 2000 +0000 +++ b/lisp/cus-face.el Tue Nov 28 06:52:10 2000 +0000 @@ -182,7 +182,7 @@ (and (stringp real-value) real-value) nil)) (style - (and (consp real-value) (plist-get real-value :line-width)))) + (and (consp real-value) (plist-get real-value :style)))) (list :line-width lwidth :color color :style style))) ;; filter to make customized-value suitable for storing (lambda (cus-value)